diff --git a/kronos/__init__.py b/kronos/__init__.py index 761ed2f..73fdf6f 100644 --- a/kronos/__init__.py +++ b/kronos/__init__.py @@ -41,7 +41,7 @@ def load(): for cmd, app in get_commands().items(): try: load_command_class(app, cmd) - except django.core.exceptions.ImproperlyConfigured: + except (django.core.exceptions.ImproperlyConfigured, ModuleNotFoundError): pass