Skip to content
Snippets Groups Projects
Verified Commit 1bdc98d7 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix order of INSTALLED_APPS so we can overwrite templates

parent 535d0ea8
No related branches found
No related tags found
1 merge request!217Migrate from constance to dynamic-preferences
...@@ -65,8 +65,6 @@ INSTALLED_APPS = [ ...@@ -65,8 +65,6 @@ INSTALLED_APPS = [
"sass_processor", "sass_processor",
"easyaudit", "easyaudit",
"django_any_js", "django_any_js",
"dynamic_preferences",
"dynamic_preferences.users.apps.UserPreferencesConfig",
"django_yarnpkg", "django_yarnpkg",
"django_tables2", "django_tables2",
"easy_thumbnails", "easy_thumbnails",
...@@ -85,6 +83,8 @@ INSTALLED_APPS = [ ...@@ -85,6 +83,8 @@ INSTALLED_APPS = [
"django_otp", "django_otp",
"otp_yubikey", "otp_yubikey",
"aleksis.core", "aleksis.core",
"dynamic_preferences",
"dynamic_preferences.users.apps.UserPreferencesConfig",
"impersonate", "impersonate",
"two_factor", "two_factor",
"material", "material",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment