Skip to content

Commit 7aa5bf4

Browse files
author
Scott Wright
committed
Move SQLite database to persistent Azure storage
1 parent d24120a commit 7aa5bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

satopt/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
DATABASES = {
9595
'default': {
9696
'ENGINE': 'django.db.backends.sqlite3',
97-
'NAME': BASE_DIR / 'db.sqlite3',
97+
'NAME': '/home/site/wwwroot/db.sqlite3',
9898
}
9999
}
100100

0 commit comments

Comments
 (0)