source: npl/webapps/Trac/trac.wsgi @ 8b8e03e

gcc484ntopperl-5.22
Last change on this file since 8b8e03e was 8b8e03e, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

fixes and updates for trac

  • Property mode set to 100644
File size: 174 bytes
Line 
1import os
2
3os.environ['TRAC_ENV_PARENT_DIR'] = '/home/system/trac'
4os.environ['PYTHON_EGG_CACHE'] = '/tmp'
5
6import trac.web.main
7application = trac.web.main.dispatch_request
Note: See TracBrowser for help on using the repository browser.