Skip to content

Commit

Permalink
added new host
Browse files Browse the repository at this point in the history
  • Loading branch information
armaangoel78 committed May 29, 2018
1 parent 67b5d0f commit 0bfbc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClubWebsite_django/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
DEBUG = False

# ALLOWED_HOSTS = ['localhost', '127.0.0.1', '[::1]'] use this when debug=False
ALLOWED_HOSTS = ['.herokuapp.com', '127.0.0.1', '0.0.0.0']
ALLOWED_HOSTS = ['.herokuapp.com', '127.0.0.1', '0.0.0.0', 'codeforchangeusa.org']


# Application definition
Expand Down

0 comments on commit 0bfbc36

Please sign in to comment.