We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f09da commit 296f9edCopy full SHA for 296f9ed
tutorial/settings.py
@@ -25,7 +25,7 @@
25
# SECURITY WARNING: don't run with debug turned on in production!
26
DEBUG = True
27
28
-ALLOWED_HOSTS = ['restframework.herokuapp.com']
+ALLOWED_HOSTS = ['*']
29
30
# Application definition
31
0 commit comments