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