Skip to content

Commit

Permalink
Add of the allowed host.
Browse files Browse the repository at this point in the history
  • Loading branch information
joel Ngahu authored and joel Ngahu committed May 14, 2019
1 parent b4bc981 commit 248f1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passwordless_drf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['passwordlessdrf.pythonanywhere.com']


AUTH_USER_MODEL = 'accounts.User'
Expand Down

0 comments on commit 248f1d5

Please sign in to comment.