We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e270eb commit d960ff9Copy full SHA for d960ff9
1 file changed
tutorial/settings.py
@@ -24,7 +24,7 @@
24
# SECURITY WARNING: don't run with debug turned on in production!
25
DEBUG = True
26
27
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['restframework.herokuapp.com']
28
29
# Application definition
30
0 commit comments