refactor(base.py): use relative DB path
This commit is contained in:
@@ -161,8 +161,7 @@ OAUTH2_PROVIDER = {
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.sqlite3",
|
||||
# "NAME": BASE_DIR / "db" / "db.sqlite3",
|
||||
"NAME": "/app/db/db.sqlite3",
|
||||
"NAME": BASE_DIR / "db" / "db.sqlite3",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user