Update settings.py
This commit is contained in:
parent
59db756cf4
commit
2108de6d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ WSGI_APPLICATION = "project.wsgi.application"
|
|||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.sqlite3",
|
||||
"NAME": BASE_DIR / "db.sqlite3",
|
||||
"NAME": ":memory:",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue