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 = [
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment