Split out the configuration more

This commit is contained in:
2011-05-27 14:53:59 +01:00
parent 814392001f
commit 9e20cc6722
3 changed files with 37 additions and 36 deletions

View File

@@ -42,3 +42,9 @@ FULL_API_CHARACTER_ID = 246102445
## Django
DEBUG = True
SECRET_KEY = '8i2+dd-b2tg9g%mq$&i$-8beh4i5^2mm=e-nh^$p47^w=z1igr'
ADMINS = (
('Andrew Williams', 'andy@tensixtyone.com'),
)
MANAGERS = ADMINS