source:
npl/webapps/Trac/trac.wsgi
@
0c5671f
| Last change on this file since 0c5671f was 8b8e03e, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 174 bytes | |
| Rev | Line | |
|---|---|---|
| [c5c522c] | 1 | import os |
| 2 | ||
| 3 | os.environ['TRAC_ENV_PARENT_DIR'] = '/home/system/trac' | |
| [8b8e03e] | 4 | os.environ['PYTHON_EGG_CACHE'] = '/tmp' |
| [c5c522c] | 5 | |
| 6 | import trac.web.main | |
| 7 | application = trac.web.main.dispatch_request |
Note: See TracBrowser
for help on using the repository browser.
