Skip to content

Commit 5f4e4d8

Browse files
committed
Changing sample host site in ALLOWED_HOSTS
1 parent d55d25c commit 5f4e4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# domain to ALLOWED_HOSTS; you get an error message if you forget.
3232
ALLOWED_HOSTS = [
3333
'localhost',
34-
'vscode-django-sample.azurewebsites.net' # Sample name only!
34+
'vscode-django-tutorial.azurewebsites.net' # Sample name only!
3535
]
3636

3737
# Application definition

0 commit comments

Comments
 (0)