We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e219c3 commit cf2880bCopy full SHA for cf2880b
1 file changed
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 = [https://drf-python-tutorial.herokuapp.com/]
+ALLOWED_HOSTS = ['https://drf-python-tutorial.herokuapp.com/']
29
30
# Application definition
31
INSTALLED_APPS = [
0 commit comments