Skip to content

Commit 9c6027a

Browse files
committed
ci: fix demo project DB settings
1 parent 7514576 commit 9c6027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/demo/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
DATABASES = {
6666
"default": {
6767
"ENGINE": "django.db.backends.sqlite3",
68-
"NAME": BASE_DIR / "db.sqlite3",
68+
"NAME": str(BASE_DIR / "db.sqlite3"),
6969
}
7070
}
7171

0 commit comments

Comments
 (0)