Commit Graph

9 Commits

Author SHA1 Message Date
Jérôme Schneider 9003c07ecc Centralized config.py into mandaye core
All the configuration is now in ini files.
You could have 3 levels of ini files :
 * default mandaye core ini file
 * default mandaye project ini file
 * optional ini file loading with --config option

Closes #5495
2014-10-10 15:50:13 +02:00
Jérôme Schneider 7cb1120902 mandaye: manage template vars 2014-08-29 19:16:14 +02:00
Jérôme Schneider c87f87c1b3 templates: manage multi templates directories in the configuration 2014-08-27 15:34:11 +02:00
Jérôme Schneider 41181c1aaa template: don't force an encoding 2014-04-07 16:40:43 +02:00
Jérôme Schneider e27d0d127e support static_url option
This option allows to manage static with a classical http server like
apache or nginx
2013-10-23 17:50:54 +02:00
Jérôme Schneider 17184c6fdc config: fixes global config 2013-05-23 11:06:46 +02:00
Jérôme Schneider b5f19ef9c7 config: allow external application to modify config 2013-05-22 18:46:50 +02:00
Mikaël Ates 165f041abd Templates must be served in byte, not in unicode. 2013-04-25 10:48:10 +02:00
Jérôme Schneider cdc6d66f7d Move template in a special file 2011-09-20 09:36:41 +02:00