Hello again,
I have registered a setting to my settings and Mezzanine tells me I have to
do the following:
*If you are using Django 1.7 or greater and your app is included in your
INSTALLED_APPS as an AppConfig (eg authors.apps.MyCrazyConfig), Mezzanine
won’t import your defaults.py automatically. Instead you must import it
manually in your AppConfig’s ready() method.*
So now I am stuck. This is my current state:
from mezzanine.conf import register_setting
def ready(self):
# code
register_setting(
name="BLOG_INSTAGRAM_URL",
label="Your Instagram URL",
description="A link (URL) to the Instagram account.",
editable=True,
default="http://instagram.com/your_user_name",
)
What do I do next? Feel so lost right now :)
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.