diff --git a/systers_portal/systers_portal/settings/base.py b/systers_portal/systers_portal/settings/base.py index b3805fd2..a4a76b01 100644 --- a/systers_portal/systers_portal/settings/base.py +++ b/systers_portal/systers_portal/settings/base.py @@ -1,9 +1,7 @@ ''' Django settings for systers_portal project. - For more information on this file, see https://docs.djangoproject.com/en/1.6/topics/settings/ - For the full list of settings and their values, see https://docs.djangoproject.com/en/1.6/ref/settings/ ''' @@ -21,8 +19,7 @@ SECRET_KEY = os.environ['SECRET_KEY'] -# If faces issues while working/accessing web page change to '*' -ALLOWED_HOSTS = ['0.0.0.0','localhost','127.0.0.1'] +ALLOWED_HOSTS = [] # Application definition