Made tests work once again

This commit is contained in:
Swen Kooij
2016-12-16 08:50:04 +02:00
parent 3adfe509b2
commit 98cc4c08d1
3 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,6 @@ LANGUAGES = (
('nl', 'Dutch')
)
INSTALLED_APPS = [
'localized_fields',
'tests'
]
INSTALLED_APPS = (
'tests',
)