Rename default test database to localized_fields

This commit is contained in:
Swen Kooij 2023-08-09 11:26:23 +02:00
parent b0cfaea2b4
commit bc494694f5

View File

@ -8,7 +8,7 @@ SECRET_KEY = 'this is my secret key' # NOQA
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
DATABASES = {
'default': dj_database_url.config(default='postgres:///psqlextra'),
'default': dj_database_url.config(default='postgres:///localized_fields'),
}
DATABASES['default']['ENGINE'] = 'psqlextra.backend'