Changes between Version 4 and Version 5 of TracInterfaceCustomization
- Timestamp:
- 13/10/2010 10:12:56 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInterfaceCustomization
v4 v5 172 172 Once you've created your custom template you will need to configure the webserver to tell Trac where the template is located (pls verify ... not yet changed to 0.11): 173 173 174 For [wiki:TracModWSGI mod_wsgi]: 175 {{{ 176 os.environ['TRAC_ENV_INDEX_TEMPLATE'] = '/path/to/template' 177 }}} 178 174 179 For [wiki:TracFastCgi FastCGI]: 175 180 {{{