Skip to content

Commit

Permalink
Update database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene MechanisM committed Nov 16, 2017
1 parent e882a6b commit 53818db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confy/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DATABASE_SCHEMES = {
'postgres': 'django.db.backends.postgresql_psycopg2',
'postgresql': 'django.db.backends.postgresql_psycopg2',
'postgresql': 'django.db.backends.postgresql',
'pgsql': 'django.db.backends.postgresql_psycopg2',
'postgis': 'django.contrib.gis.db.backends.postgis',
'mysql': 'django.db.backends.mysql',
Expand Down

0 comments on commit 53818db

Please sign in to comment.