Skip to content

Commit 5c40353

Browse files
committed
Fix allowed host
1 parent fc0769e commit 5c40353

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
@@ -33,7 +33,7 @@
3333
# debugging (which are enabled by default when ALLOWED_HOSTS is empty.)
3434
ALLOWED_HOSTS = [
3535
'localhost',
36-
'127.0.0.1'
36+
'127.0.0.1',
3737
'vscode-django-tutorial.azurewebsites.net' # Sample name only!
3838
]
3939

0 commit comments

Comments
 (0)