We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0a150 commit 8232a87Copy full SHA for 8232a87
DjangoPlugin/tracdjangoplugin/settings.py
@@ -11,7 +11,7 @@
11
12
DATABASES = {
13
"default": {
14
- "ENGINE": "django.db.backends.postgresql_psycopg2",
+ "ENGINE": "django.db.backends.postgresql",
15
"NAME": "djangoproject",
16
"USER": "djangoproject",
17
"HOST": SECRETS.get("db_host", ""),
0 commit comments