Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
fix:Update the base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
husainattar authored Jul 24, 2020
1 parent bb6e837 commit d04c521
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions systers_portal/systers_portal/settings/base.py
Original file line number Diff line number Diff line change
@@ -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/
'''
Expand All @@ -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
Expand Down

0 comments on commit d04c521

Please sign in to comment.