Changes between Initial Version and Version 1 of Ticket #20549, comment 2
- Timestamp:
- Jun 13, 2013, 10:05:22 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20549, comment 2
initial v1 10 10 Is changing the first two code paths an acceptable fix for this ticket? Do you know of more places where `get_app_paths` should be used? 11 11 12 One last note: `get_app_paths` actually returns paths to` models.pyc`, that was not what I expected. In `loaddata`'s `fixture_dirs` there's some calls to `os.path.abspath`, `os.path.realpath` and `os.path.dirname`, maybe this should all be done in `get_app_paths itself`?12 One last note: `get_app_paths` actually returns paths to` models.pyc`, that was not what I expected. In `loaddata`'s `fixture_dirs` there's some calls to `os.path.abspath`, `os.path.realpath` and `os.path.dirname`, maybe this should all be done in `get_app_paths` itself?