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:
parent
8f6dedb3ce
commit
13125a4bab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue