diff --git a/oshc/oshc/settings.py b/oshc/oshc/settings.py index 830784e..54c4104 100644 --- a/oshc/oshc/settings.py +++ b/oshc/oshc/settings.py @@ -24,7 +24,7 @@ DEBUG = os.getenv("DEBUG", False) ALLOWED_HOSTS = ['*'] - +ADMINS=[('Tapasweni Pathak','tapaswenipathak@gmail.com','Nikhita Raghunath','nikitaraghunath@gmail.com','Ibrahim Jarif','jarifibrahim@gmail.com')] # Application definition INSTALLED_APPS = ( @@ -124,3 +124,5 @@ STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'main/'), ) + +