Skip to content

Commit 990e0c5

Browse files
author
pirate
committed
Added all ADMINS to settings.py
1 parent 8a27152 commit 990e0c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: oshc/oshc/settings.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@
2525
ALLOWED_HOSTS = ['*']
2626

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

3135
# Application definition
3236

0 commit comments

Comments
 (0)