|
@@ -35,7 +35,7 @@ ALLOWED_HOSTS = []
|
|
DATABASES = {
|
|
DATABASES = {
|
|
'default': {
|
|
'default': {
|
|
# Only PostgreSQL is supported
|
|
# Only PostgreSQL is supported
|
|
- 'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
|
|
|
|
|
+ 'ENGINE': 'django.db.backends.postgresql',
|
|
'NAME': '',
|
|
'NAME': '',
|
|
'USER': '',
|
|
'USER': '',
|
|
'HOST': 'localhost',
|
|
'HOST': 'localhost',
|