Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacfritsch committed Oct 7, 2024
1 parent d40b67f commit 313c49c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions nasaspaceapp2024/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,8 @@
# Database
# https://docs.djangoproject.com/en/5.0/ref/settings/#databases

import psycopg2


if IS_HEROKU_APP:
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": BASE_DIR / "db.sqlite3",
}
}
DATABASES = {}


# Password validation
# https://docs.djangoproject.com/en/5.0/ref/settings/#auth-password-validators
Expand Down

0 comments on commit 313c49c

Please sign in to comment.