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 65c7dd1 commit 3e219c3Copy full SHA for 3e219c3
apiconfig/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 = []
+ALLOWED_HOSTS = [https://drf-python-tutorial.herokuapp.com/]
29
30
# Application definition
31
INSTALLED_APPS = [
0 commit comments