Skip to content

Commit

Permalink
fix: fix requirements and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sbanoeon committed Jun 30, 2022
1 parent 3a01011 commit 1848ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Entirety/entirety/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Config:

os.environ["DATABASE_URL"] = config.DATABASE_URL
DATABASES = {
'default': dj_database_url.config()
'default': dj_database_url.config(conn_max_age=600)
}

# Password validation
Expand Down
2 changes: 1 addition & 1 deletion app/Entirety/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ certifi==2022.6.15
cfgv==3.3.1
charset-normalizer==2.0.12
distlib==0.3.4
dj-config-url==0.1.1
dj-database-url==0.5.0
Django==4.0.5
django-appconf==1.0.5
django-compressor==4.0
Expand Down

0 comments on commit 1848ca3

Please sign in to comment.