database: Use new name of PostGresql backend.

This commit is contained in:
Umair Khan 2017-02-17 12:07:17 +05:00 committed by Tim Abbott
parent 7f5703a21f
commit 555d5b4dc6
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ RUNNING_INSIDE_TORNADO = False
########################################################################
DATABASES = {"default": {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'zulip',
'USER': 'zulip',
'PASSWORD': '', # Authentication done via certificates