Skip to content

Commit 28b3cb0

Browse files
committed
local database settings
1 parent 2f63dc0 commit 28b3cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WAKe_server/settings/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
DATABASES = {
77
"default": {
88
"ENGINE": "django.db.backends.sqlite3",
9-
"NAME": "wake",
9+
'NAME': BASE_DIR / 'db.sqlite3',
1010
}
1111
}
1212

0 commit comments

Comments
 (0)