Make running with Docker more convenient

This commit is contained in:
2022-11-10 07:20:14 +00:00
parent 1de84e17c9
commit 5cba45e0a7
5 changed files with 35 additions and 30 deletions

View File

@@ -87,7 +87,7 @@ WSGI_APPLICATION = "app.wsgi.application"
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": BASE_DIR / "db.sqlite3",
"NAME": "/conf/db.sqlite3",
}
}