1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/endi_ynh.git synced 2024-09-03 18:35:54 +02:00

Try to fix weird endi-admin issue by changing the order on the includes

This commit is contained in:
Salamandar 2023-01-18 20:10:21 +01:00 committed by Félix Piédallu
parent b3c6175bc5
commit 210ef3366c

View file

@ -10,9 +10,9 @@ pyramid.debug_routematch = false
pyramid.debug_templates = true pyramid.debug_templates = true
pyramid.default_locale_name = fr_FR pyramid.default_locale_name = fr_FR
pyramid.includes = pyramid.includes =
endi_celery
pyramid_tm pyramid_tm
pyramid_services pyramid_services
endi_celery
pyramid_mailer.debug pyramid_mailer.debug
pyramid_layout pyramid_layout
pyramid_mako pyramid_mako