mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
Rename default test database to localized_fields
This commit is contained in:
parent
b0cfaea2b4
commit
bc494694f5
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user