Skip to content

Commit

Permalink
Explicitly set allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Apr 10, 2018
1 parent 2059d06 commit 4c48efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chowist/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['localhost', '127.0.0.1', '[::1]']


# Application definition
Expand Down

0 comments on commit 4c48efb

Please sign in to comment.