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 ca141a4 commit 908ffe3Copy full SHA for 908ffe3
web_project/settings.py
@@ -32,9 +32,9 @@
32
# a specific host, you must also add 'localhost' and/or '127.0.0.1' for local
33
# debugging (which are enabled by default when ALLOWED_HOSTS is empty.)
34
ALLOWED_HOSTS = [
35
- #'localhost',
36
- #'127.0.0.1'
37
- #'vscode-django-tutorial.azurewebsites.net' # Sample name only!
+ 'localhost',
+ '127.0.0.1'
+ 'vscode-django-tutorial.azurewebsites.net' # Sample name only!
38
]
39
40
# Application definition
0 commit comments