Skip to content

Commit 31a7f8b

Browse files
committed
fix: updated db.py
1 parent 2b28427 commit 31a7f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
DATABASES = {}
1212

13-
if (not constants.USE_POSTGRES) or constants.DJANGO_DEBUG:
13+
if constants.DJANGO_DEBUG:
1414
DATABASES = {
1515
"default": {
1616
"ENGINE": "django.db.backends.sqlite3",

0 commit comments

Comments
 (0)