diff --git a/aleksis/core/settings.py b/aleksis/core/settings.py
index b712b87998fe2757b14eb8da0d87565b4d1d1a9e..9c1bc50292f269be89e248258672cf11bd3dfb49 100644
--- a/aleksis/core/settings.py
+++ b/aleksis/core/settings.py
@@ -65,8 +65,6 @@ INSTALLED_APPS = [
     "sass_processor",
     "easyaudit",
     "django_any_js",
-    "dynamic_preferences",
-    "dynamic_preferences.users.apps.UserPreferencesConfig",
     "django_yarnpkg",
     "django_tables2",
     "easy_thumbnails",
@@ -85,6 +83,8 @@ INSTALLED_APPS = [
     "django_otp",
     "otp_yubikey",
     "aleksis.core",
+    "dynamic_preferences",
+    "dynamic_preferences.users.apps.UserPreferencesConfig",
     "impersonate",
     "two_factor",
     "material",