Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rcvis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,6 @@
# Otherwise tests will use a live database and not clear after each test
# Also ensure logging is output on remote
django_on_heroku.settings(locals(), staticfiles=False, secret_key=False, logging=False)

# Avoid 500s caused by dead connections
DATABASES["default"]["CONN_HEALTH_CHECKS"] = True
Loading