Skip to content

Commit 7c0467e

Browse files
Merge pull request #64 from Utsal20/master
Added ADMINS to settings.py
2 parents dd1fcf0 + 990e0c5 commit 7c0467e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: oshc/oshc/settings.py

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525
ALLOWED_HOSTS = ['*']
2626

27+
# Tuple of people who get error notifications
28+
ADMINS = [
29+
('Tapasweni Pathak','[email protected]'),
30+
('Nikhita Raghunath','[email protected]'),
31+
('Ibrahim Jarif','[email protected]'),
32+
('Amar Prakash Pandey', '[email protected]')
33+
]
2734

2835
# Application definition
2936

0 commit comments

Comments
 (0)