summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Chambon <pythoniks@gmail.com>2020-04-11 19:20:35 +0200
committerGitHub <noreply@github.com>2020-04-11 19:20:35 +0200
commit6becda03b595f5f961e8c2e6ae2f46691691280a (patch)
treee7a3444784de367d041e241b908613f08d18d170
parent18784fdf2e3057cd7dc142d2f48ee8be3196f751 (diff)
downloaddjango-appconf-6becda03b595f5f961e8c2e6ae2f46691691280a.tar.gz
Document compatibility with Django "diffsettings" command. (#69)
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2be202e..5dd63b7 100644
--- a/README.rst
+++ b/README.rst
@@ -75,6 +75,10 @@ to determine if you've overridden it. For example, adding this to your site's
.. code-block:: python
ACME_SETTING_1 = "uno"
+
+Since django-appconf completes Django's global settings with its default values
+(like "one" above), the standard ``python manage.py diffsettings`` will show
+these defaults automatically.
In case you want to use a different settings object instead of the default
``'django.conf.settings'``, set the ``holder`` attribute of the inner