Changes between Version 3 and Version 4 of TracModWSGI
- Timestamp:
- 2018-10-05T12:10:07+10:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracModWSGI
v3 v4 14 14 {{{#!python 15 15 def application(environ, start_request): 16 # Add this when you have multiple projects16 # Add this to config when you have multiple projects 17 17 environ.setdefault('trac.env_parent_dir', '/usr/share/trac/projects') 18 18 ..