Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
somehow botched the defult to sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
hcientist committed Jun 26, 2022
1 parent 9e3049e commit 5fa3c4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"DJANGO_SECRET_KEY",
default="JBvv4nzDzFAAfBgYHLZJqbRAbk5aj5c5PTdxP0vNwADmdOGcLfc9pfrXAz1grIc2",
)
DATABASES = {
"default": env.db("DATABASE_URL", default="sqlite:///db.sqlite"),
}
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = ["localhost", "0.0.0.0", "127.0.0.1"]

Expand Down

0 comments on commit 5fa3c4b

Please sign in to comment.