Changes between Version 2 and Version 3 of TracInterfaceCustomization


Ignore:
Timestamp:
07/06/12 15:43:08 (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v2 v3  
    172172Once 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): 
    173173 
    174 For [wiki:TracModWSGI mod_wsgi]: 
    175 {{{ 
    176 os.environ['TRAC_ENV_INDEX_TEMPLATE'] = '/path/to/template' 
    177 }}} 
    178  
    179174For [wiki:TracFastCgi FastCGI]: 
    180175{{{