Merge production settings in base settings
This commit is contained in:
parent
ccfc37d226
commit
efe833cec3
7 changed files with 57 additions and 106 deletions
|
|
@ -7,4 +7,7 @@ OPTIONAL_APPS = [
|
|||
# 'debug_toolbar'
|
||||
]
|
||||
|
||||
ADMINS = [('Note Kfet', 'notekfet@example.com')]
|
||||
# When a server error occured, send an email to these addresses
|
||||
ADMINS = (
|
||||
('Note Kfet', 'notekfet@example.com'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue