Browse Source

Added protip to admins config

Rafał Pitoń 12 years ago
parent
commit
fdf8f54b73
1 changed files with 3 additions and 0 deletions
  1. 3 0
      deployment/settings.py

+ 3 - 0
deployment/settings.py

@@ -16,6 +16,9 @@ BOARD_ADDRESS = 'http://somewhere.com'
 ADMIN_PATH = 'admincp'
 ADMIN_PATH = 'admincp'
 
 
 # System admins
 # System admins
+# Enter every admin using following pattern:
+# ('John', 'john@example.com'),
+# Note trailing separator!
 ADMINS = ()
 ADMINS = ()
 
 
 # Secret key is used by Django and Misago in hashes generation
 # Secret key is used by Django and Misago in hashes generation