Changes between Version 9 and Version 10 of TracInterfaceCustomization
- Timestamp:
- 27/10/2014 13:10:57 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInterfaceCustomization
v9 v10 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