close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Aug 30, 2018, 8:26:17 AM (7 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
14 | 14 | {{{#!python |
15 | 15 | def application(environ, start_request): |
16 | | # Add this to config when you have multiple projects |
| 16 | # Add this when you have multiple projects |
17 | 17 | environ.setdefault('trac.env_parent_dir', '/usr/share/trac/projects') |
18 | 18 | .. |