File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,10 @@ coverage.xml
5454# Django stuff:
5555* .log
5656local_settings.py
57- db.sqlite3
57+
58+ # db is included with this branch as deploying to App Service
59+ # on Linux preview requires an already-initialized DB.
60+ # db.sqlite3
5861
5962# Flask stuff:
6063instance /
@@ -107,4 +110,4 @@ venv.bak/
107110static_collected
108111
109112# Exclude machine-specific vs code settings
110- .vscode /settings.json
113+ .vscode /settings.json
Original file line number Diff line number Diff line change 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.)
3434ALLOWED_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
You can’t perform that action at this time.
0 commit comments