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

Commit bc537be

Browse files
committed
Removed an 'admin' email
1 parent b063b0e commit bc537be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

codeweekeu/settings_production.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
DEBUG = False
55

66
ADMINS = (
7-
('Errors', 'errors@codeweek.eu'),
7+
('Codeweek','europecodes@gmail.com'),
88
('Goran','goranche@me.com'),
99
('Erika', 'erika@serox.si'),
10-
('Codeweek','europecodes@gmail.com'),
1110
('Mateja', 'mateja.verlic+codeweek@gmail.com')
1211
)
1312

0 commit comments

Comments
 (0)