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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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', '[email protected]'),
7+
('Codeweek','[email protected]'),
88
('Goran','[email protected]'),
99
('Erika', '[email protected]'),
10-
('Codeweek','[email protected]'),
1110
('Mateja', '[email protected]')
1211
)
1312

0 commit comments

Comments
 (0)