We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f9b27 commit 8a7e3b0Copy full SHA for 8a7e3b0
demos/dashboard/demo/settings.py
@@ -295,13 +295,6 @@ def MIDDLEWARE(self):
295
MIDDLEWARE.append("silk.middleware.SilkyMiddleware")
296
return MIDDLEWARE
297
298
- DATABASES = {
299
- "default": {
300
- "ENGINE": "django.db.backends.sqlite3",
301
- "NAME": BASE_DIR / "db.sqlite3",
302
- }
303
304
-
305
306
class DevDocker(RedisCache, Dev):
307
"""
0 commit comments