Skip to content

Commit

Permalink
settings.py: Add allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
pra17dod committed May 26, 2021
1 parent 1ae4ac1 commit 9569ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_deployment/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['localhost', '0.0.0.0']


# Application definition
Expand Down

0 comments on commit 9569ed6

Please sign in to comment.