summaryrefslogtreecommitdiffstats
path: root/takahe
diff options
context:
space:
mode:
authorPaolo Melchiorre2022-12-05 22:44:50 +0100
committerGitHub2022-12-05 14:44:50 -0700
commit22e25ac454b52686685d4d9f1241416cd35fafda (patch)
tree6796235a63e5e9dd549f29a640bbb2e6c0de17a0 /takahe
parente3f1039a5f976af1c9874e79bcaac396b7b8b4f2 (diff)
downloadtakahe-22e25ac454b52686685d4d9f1241416cd35fafda.tar.gz
takahe-22e25ac454b52686685d4d9f1241416cd35fafda.tar.bz2
takahe-22e25ac454b52686685d4d9f1241416cd35fafda.zip
Add django-upgrade to pre-commit (#114)
Diffstat (limited to 'takahe')
-rw-r--r--takahe/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/takahe/settings.py b/takahe/settings.py
index 9769e98..d46ec73 100644
--- a/takahe/settings.py
+++ b/takahe/settings.py
@@ -210,7 +210,7 @@ if SETUP.DATABASE_SERVER:
else:
DATABASES = {
"default": {
- "ENGINE": "django.db.backends.postgresql_psycopg2",
+ "ENGINE": "django.db.backends.postgresql",
"HOST": SETUP.PGHOST,
"PORT": SETUP.PGPORT,
"NAME": SETUP.PGNAME,