Update settings.py

This commit is contained in:
Andros Fenollosa 2021-07-14 17:35:38 +02:00
parent 59db756cf4
commit 2108de6d8b

View File

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