Skip to content

Commit 8a27152

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: oshc/oshc/settings.py

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
ALLOWED_HOSTS = ['*']
2626

27+
# Tuple of people who get error notifications
28+
ADMINS = [('Tapasweni Pathak','[email protected]'),('Nikhita Raghunath','[email protected]'),('Ibrahim Jarif','[email protected]')]
29+
2730

2831
# Application definition
2932

0 commit comments

Comments
 (0)