Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit acef61a

Browse files
committed
Merge pull request #355 from goranche/master
Added admins to production settings
2 parents abc56ca + bc537be commit acef61a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

codeweekeu/settings_production.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
DEBUG = False
55

6+
ADMINS = (
7+
('Codeweek','[email protected]'),
8+
('Goran','[email protected]'),
9+
('Erika', '[email protected]'),
10+
('Mateja', '[email protected]')
11+
)
12+
613
dbconfig = dj_database_url.config()
714
if dbconfig:
815
DATABASES['default'] = dbconfig

0 commit comments

Comments
 (0)