mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Made tests work once again
This commit is contained in:
@@ -18,7 +18,6 @@ LANGUAGES = (
|
||||
('nl', 'Dutch')
|
||||
)
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'localized_fields',
|
||||
'tests'
|
||||
]
|
||||
INSTALLED_APPS = (
|
||||
'tests',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user