Added test for "Apps aren't loaded yet." exception

This commit is contained in:
seroy 2017-04-12 13:55:42 +03:00
parent 23c6f975d8
commit c55001ac12

View File

@ -21,6 +21,7 @@ LANGUAGES = (
)
INSTALLED_APPS = (
'localized_fields',
'tests',
)