Ported to use django-postgres-extra

This commit is contained in:
Swen Kooij
2017-02-21 17:36:56 +02:00
parent b9a4d3be2c
commit d7bd217a90
6 changed files with 8 additions and 319 deletions

View File

@@ -11,7 +11,7 @@ DATABASES = {
'default': dj_database_url.config(default='postgres:///localized_fields')
}
DATABASES['default']['ENGINE'] = 'localized_fields.db_backend'
DATABASES['default']['ENGINE'] = 'psqlextra.backend'
LANGUAGE_CODE = 'en'
LANGUAGES = (