Skip to content

Commit 8a7e3b0

Browse files
committed
update db settings in demo project
1 parent 78f9b27 commit 8a7e3b0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

demos/dashboard/demo/settings.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -295,13 +295,6 @@ def MIDDLEWARE(self):
295295
MIDDLEWARE.append("silk.middleware.SilkyMiddleware")
296296
return MIDDLEWARE
297297

298-
DATABASES = {
299-
"default": {
300-
"ENGINE": "django.db.backends.sqlite3",
301-
"NAME": BASE_DIR / "db.sqlite3",
302-
}
303-
}
304-
305298

306299
class DevDocker(RedisCache, Dev):
307300
"""

0 commit comments

Comments
 (0)