diff --git a/portail_citoyen/settings.py b/portail_citoyen/settings.py index bad0153..16d3d2c 100644 --- a/portail_citoyen/settings.py +++ b/portail_citoyen/settings.py @@ -120,7 +120,6 @@ INSTALLED_APPS = ( 'admin_tools.menu', 'admin_tools.dashboard', 'cms', - 'portail_citoyen', 'authentic2', 'authentic2.nonce', 'authentic2.saml', @@ -144,6 +143,7 @@ INSTALLED_APPS = ( 'a2_service_list_plugin', 'federation_plugin', 'sekizai', + 'portail_citoyen', ) MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'