Moved tests to tests/

This commit is contained in:
Swen Kooij
2016-10-21 12:57:51 +03:00
parent 612b3bf427
commit 1cd3812d2a
10 changed files with 16 additions and 14 deletions

View File

@@ -21,5 +21,6 @@ LANGUAGES = (
)
INSTALLED_APPS = [
'localized_fields'
'localized_fields',
'tests'
]