diff --git a/docs/configuration.rst b/docs/configuration.rst index a0a5baafdf..1fa6af1016 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -49,6 +49,13 @@ page, we would define the following in ``authors.defaults``:: default=10, ) +.. note:: + + 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. + Reading Settings ================