Skip to content

Commit

Permalink
use postgres for dev set up
Browse files Browse the repository at this point in the history
  • Loading branch information
AaDalal committed Jul 6, 2023
1 parent 551b541 commit b52d163
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/PennCourses/settings/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
MIDDLEWARE = ["debug_toolbar.middleware.DebugToolbarMiddleware"] + MIDDLEWARE
INTERNAL_IPS = ["127.0.0.1"]

DATABASES = {
"default": dj_database_url.config(
default="sqlite:///" + os.path.join(BASE_DIR, "db.sqlite3"), conn_max_age=20
)
}

CSRF_TRUSTED_ORIGINS = ["http://localhost:3000"]

CACHES = {
Expand Down

0 comments on commit b52d163

Please sign in to comment.