Skip to content

Commit 5f694b6

Browse files
committed
Comment out hosts
1 parent e91acf9 commit 5f694b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web_project/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
# a specific host, you must also add 'localhost' and/or '127.0.0.1' for local
3333
# debugging (which are enabled by default when ALLOWED_HOSTS is empty.)
3434
ALLOWED_HOSTS = [
35-
'localhost',
36-
'127.0.0.1'
37-
'vscode-django-tutorial.azurewebsites.net' # Sample name only!
35+
#'localhost',
36+
#'127.0.0.1'
37+
#'vscode-django-tutorial.azurewebsites.net' # Sample name only!
3838
]
3939

4040
# Application definition

0 commit comments

Comments
 (0)