Changes between Initial Version and Version 1 of Ticket #19941, comment 9
- Timestamp:
- Sep 23, 2013, 6:41:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19941, comment 9
initial v1 1 1 Reopening the sys.path.insert call makes the test setup differ from standard installation procedures. We've for a long time tried hard to move away from modifying the sys.path. 2 2 3 As a background, by mangling the sys.path we risk missing import errors that happen when Django is installed with tools like pip. Instead we should promote the use of `` pip install -e path/to/django`` when developing Django.3 As a background, by mangling the sys.path we risk missing import errors that happen when Django is installed with tools like pip. Instead we should promote the use of ```pip install -e path/to/django``` when developing Django.