We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0769e commit 5c40353Copy full SHA for 5c40353
1 file changed
web_project/settings.py
@@ -33,7 +33,7 @@
33
# debugging (which are enabled by default when ALLOWED_HOSTS is empty.)
34
ALLOWED_HOSTS = [
35
'localhost',
36
- '127.0.0.1'
+ '127.0.0.1',
37
'vscode-django-tutorial.azurewebsites.net' # Sample name only!
38
]
39
0 commit comments