Changes between Version 1 and Version 2 of Ticket #19941, comment 9
- Timestamp:
- Sep 23, 2013, 6:42:19 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19941, comment 9
v1 v2 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.