diff --git a/aleksis/core/settings.py b/aleksis/core/settings.py index 5eea8c972a3edb2510f944ed33cfa10bcc9ff31e..640e3a95dcf4a9013a536cf642ae778f26c28201 100644 --- a/aleksis/core/settings.py +++ b/aleksis/core/settings.py @@ -89,6 +89,7 @@ INSTALLED_APPS = [ "health_check.cache", "health_check.storage", "health_check.contrib.psutil", + "health_check.contrib.migrations", "dynamic_preferences", "dynamic_preferences.users.apps.UserPreferencesConfig", "impersonate",