]> git.ozlabs.org Git - patchwork/commitdiff
docs: Fix documentation for new settings infrastructure
authorJeremy Kerr <jk@ozlabs.org>
Sun, 24 May 2015 09:33:13 +0000 (17:33 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Wed, 27 May 2015 02:29:04 +0000 (10:29 +0800)
A few tweaks for the INSTALL doc to update to the settings changes from
c641660e.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
docs/INSTALL

index b006178c5e4d63bb9aff9ed85f174bf6b9b32a74..fdee59297401284bc21a2cf991b819e8585fe51f 100644 (file)
@@ -117,6 +117,7 @@ in brackets):
 
       SECRET_KEY
       ADMINS
+      DATABASES
       TIME_ZONE
       LANGUAGE_CODE
       DEFAULT_FROM_EMAIL
@@ -240,7 +241,7 @@ in brackets):
 
       # m h  dom mon dow   command
       PYTHONPATH=.
-      DJANGO_SETTINGS_MODULE=settings
+      DJANGO_SETTINGS_MODULE=patchwork.settings.production
       */10 * * * * cd patchwork; python patchwork/bin/patchwork-cron.py