Skip to content

Commit 8232a87

Browse files
ulgensbmispelon
authored andcommitted
Rename database engine to use actual engine name
postgresql_psycopg2 backend renamed to postgresql in Django 1.9 django/django@ec90047
1 parent 0f0a150 commit 8232a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DjangoPlugin/tracdjangoplugin/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
DATABASES = {
1313
"default": {
14-
"ENGINE": "django.db.backends.postgresql_psycopg2",
14+
"ENGINE": "django.db.backends.postgresql",
1515
"NAME": "djangoproject",
1616
"USER": "djangoproject",
1717
"HOST": SECRETS.get("db_host", ""),

0 commit comments

Comments
 (0)