Skip to content

Commit

Permalink
Merge pull request #64 from Utsal20/master
Browse files Browse the repository at this point in the history
Added ADMINS to settings.py
  • Loading branch information
tapaswenipathak authored Jul 9, 2017
2 parents dd1fcf0 + 990e0c5 commit 7c0467e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oshc/oshc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@

ALLOWED_HOSTS = ['*']

# Tuple of people who get error notifications
ADMINS = [
('Tapasweni Pathak','[email protected]'),
('Nikhita Raghunath','[email protected]'),
('Ibrahim Jarif','[email protected]'),
('Amar Prakash Pandey', '[email protected]')
]

# Application definition

Expand Down

0 comments on commit 7c0467e

Please sign in to comment.