Changes between Version 7 and Version 8 of TracInterfaceCustomization
- Timestamp:
- 14/03/2013 15:02:03 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInterfaceCustomization
v7 v8 174 174 For [wiki:TracModWSGI mod_wsgi]: 175 175 {{{ 176 os.environ['TRAC_ENV_INDEX_TEMPLATE'] = '/path/to/template '176 os.environ['TRAC_ENV_INDEX_TEMPLATE'] = '/path/to/template.html' 177 177 }}} 178 178