Changes between Version 6 and Version 7 of TracInterfaceCustomization


Ignore:
Timestamp:
08/21/13 17:09:00 (11 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v6 v7  
    174174For [wiki:TracModWSGI mod_wsgi]:
    175175{{{
    176 os.environ['TRAC_ENV_INDEX_TEMPLATE'] = '/path/to/template'
     176os.environ['TRAC_ENV_INDEX_TEMPLATE'] = '/path/to/template.html'
    177177}}}
    178178
     
    222222----
    223223See also TracGuide, TracIni
    224 
    225