diff --git a/magwest/__init__.py b/magwest/__init__.py index 632d14c..585ac6c 100644 --- a/magwest/__init__.py +++ b/magwest/__init__.py @@ -7,6 +7,7 @@ from magwest._version import __version__ # noqa: F401 from magwest.config import * +from magwest.model_checks import * mount_site_sections(config['module_root']) @@ -16,4 +17,4 @@ # These need to come last so they can make use of config properties from magwest.automated_emails import * # noqa: F401,E402,F403 -from magwest.models import * # noqa: F401,E402,F403 +from magwest.models import * # noqa: F401,E402,F403 \ No newline at end of file