diff --git a/settings.py b/settings.py index 4cdade5..2be9ca2 100644 --- a/settings.py +++ b/settings.py @@ -21,6 +21,7 @@ LANGUAGES = ( ) INSTALLED_APPS = ( + 'localized_fields', 'tests', )