Skip to content

Commit 067ba88

Browse files
authored
Merge pull request django-commons#1322 from jdufresne/psycopg2
Rename postgresql_psycopg2 backend to postgresql in example
2 parents 5654abe + 2c33978 commit 067ba88

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)