We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7514576 commit 9c6027aCopy full SHA for 9c6027a
demo/demo/settings.py
@@ -65,7 +65,7 @@
65
DATABASES = {
66
"default": {
67
"ENGINE": "django.db.backends.sqlite3",
68
- "NAME": BASE_DIR / "db.sqlite3",
+ "NAME": str(BASE_DIR / "db.sqlite3"),
69
}
70
71
0 commit comments