Update settings.py
This commit is contained in:
parent
59db756cf4
commit
2108de6d8b
@ -68,7 +68,7 @@ WSGI_APPLICATION = "project.wsgi.application"
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.sqlite3",
|
||||
"NAME": BASE_DIR / "db.sqlite3",
|
||||
"NAME": ":memory:",
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user