Changes between Version 12 and Version 13 of TracModWSGI
- Timestamp:
- 20/08/2018 14:32:21 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracModWSGI
v12 v13 14 14 {{{#!python 15 15 def application(environ, start_request): 16 # Add this to configwhen you have multiple projects16 # Add this when you have multiple projects 17 17 environ.setdefault('trac.env_parent_dir', '/usr/share/trac/projects') 18 18 ..