Changes between Initial Version and Version 1 of Ticket #12772, comment 23
- Timestamp:
- May 18, 2013, 11:19:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12772, comment 23
initial v1 1 I assume the media folder is not a proper Python package so no, not unless you also manage to put an `__init__.py` on all the levels above the media folder and add it to `sys.path`. 1 I assume the media folder is not a proper Python package so no, not unless you also manage to put an `__init__.py` on all the levels above the media folder and add it to `sys.path`. Also notice that this is only usable if you can edit the templates which means you already have access to the code.