We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8e50d commit c57abffCopy full SHA for c57abff
1 file changed
web_project/settings.py
@@ -34,7 +34,7 @@
34
ALLOWED_HOSTS = [
35
'localhost',
36
'127.0.0.1',
37
- 'vscode-django-tutorial.azurewebsites.net' # Sample name only!
+ 'vsdocs-django-tutorial.azurewebsites.net' # Sample name only!
38
]
39
40
# Application definition
0 commit comments