Skip to content

Commit

Permalink
heroku config
Browse files Browse the repository at this point in the history
  • Loading branch information
SumitMahar committed Jul 25, 2021
1 parent 704d34b commit 22aba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env.bool("DEBUG", default=False)
ALLOWED_HOSTS = ['localhost', '.herokuapp', '.pythonanywhere', ]
ALLOWED_HOSTS = ['localhost', '.herokuapp.com', '.pythonanywhere', ]


# Application definition
Expand Down

0 comments on commit 22aba53

Please sign in to comment.