Changes between Version 1 and Version 2 of Ticket #19941, comment 9


Ignore:
Timestamp:
Sep 23, 2013, 6:42:19 AM (11 years ago)
Author:
Jannis Leidel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19941, comment 9

    v1 v2  
    11Reopening 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.
    22
    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.
     3As 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.
Back to Top