From 210ef3366c1e336e64905dc33f46aa14df99e955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 18 Jan 2023 20:10:21 +0100 Subject: [PATCH] Try to fix weird endi-admin issue by changing the order on the includes --- conf/endi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/endi.ini b/conf/endi.ini index 9fb127f..663f3ff 100644 --- a/conf/endi.ini +++ b/conf/endi.ini @@ -10,9 +10,9 @@ pyramid.debug_routematch = false pyramid.debug_templates = true pyramid.default_locale_name = fr_FR pyramid.includes = - endi_celery pyramid_tm pyramid_services + endi_celery pyramid_mailer.debug pyramid_layout pyramid_mako