Changes between Version 8 and Version 9 of TracInterfaceCustomization
- Timestamp:
- 27/10/2014 13:11:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInterfaceCustomization
v8 v9 174 174 For [wiki:TracModWSGI mod_wsgi]: 175 175 {{{ 176 os.environ['TRAC_ENV_INDEX_TEMPLATE'] = '/path/to/template .html'176 os.environ['TRAC_ENV_INDEX_TEMPLATE'] = '/path/to/template' 177 177 }}} 178 178