Skip to content

Commit 2c33978

Browse files
committed
Rename postgresql_psycopg2 backend to postgresql in example
Django renamed this backup in upstream commit: django/django@ec90047 Released as part of Django 1.9.
1 parent 1287018 commit 2c33978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# % createdb debug_toolbar -O debug_toolbar
7979
DATABASES = {
8080
"default": {
81-
"ENGINE": "django.db.backends.postgresql_psycopg2",
81+
"ENGINE": "django.db.backends.postgresql",
8282
"NAME": "debug_toolbar",
8383
"USER": "debug_toolbar",
8484
}

0 commit comments

Comments
 (0)