Changes between Version 1 and Version 2 of TracInterfaceCustomization
- Timestamp:
- Jun 30, 2013, 12:51:14 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInterfaceCustomization
v1 v2 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