Skip to content

Commit b2b322f

Browse files
setting update
1 parent 2327032 commit b2b322f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/settings/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
DATABASES = {
5252
"default": env.db(
5353
"DATABASE_URL",
54-
default="postgres:///thoughtswap",
54+
# default="postgres:///thoughtswap",
55+
default=f"sqlite:///{str(BASE_DIR / 'db.sqlite3')}",
5556
),
5657
}
5758
DATABASES["default"]["ATOMIC_REQUESTS"] = True

0 commit comments

Comments
 (0)