Skip to content

Commit c57abff

Browse files
committed
Update allowed hosts
1 parent 6b8e50d commit c57abff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web_project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
ALLOWED_HOSTS = [
3535
'localhost',
3636
'127.0.0.1',
37-
'vscode-django-tutorial.azurewebsites.net' # Sample name only!
37+
'vsdocs-django-tutorial.azurewebsites.net' # Sample name only!
3838
]
3939

4040
# Application definition

0 commit comments

Comments
 (0)