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

Commit b063b0e

Browse files
committed
Added admins to production settings
1 parent abc56ca commit b063b0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

codeweekeu/settings_production.py

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

44
DEBUG = False
55

6+
ADMINS = (
7+
('Errors', '[email protected]'),
8+
('Goran','[email protected]'),
9+
('Erika', '[email protected]'),
10+
('Codeweek','[email protected]'),
11+
('Mateja', '[email protected]')
12+
)
13+
614
dbconfig = dj_database_url.config()
715
if dbconfig:
816
DATABASES['default'] = dbconfig

0 commit comments

Comments
 (0)