Skip to content

Commit 908ffe3

Browse files
committed
Branch variation with ALLOWED_HOSTS set
1 parent ca141a4 commit 908ffe3

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)