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

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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', 'errors@codeweek.eu'),
8+
('Goran','goranche@me.com'),
9+
('Erika', 'erika@serox.si'),
10+
('Codeweek','europecodes@gmail.com'),
11+
('Mateja', 'mateja.verlic+codeweek@gmail.com')
12+
)
13+
614
dbconfig = dj_database_url.config()
715
if dbconfig:
816
DATABASES['default'] = dbconfig

0 commit comments

Comments
 (0)