Fix sys.path manipulation in pavement.py, with detailed comment

Restore reverted changes from paver part 1
This commit is contained in:
Will Daly
2014-02-14 20:04:41 -05:00
parent 9e5121f3d9
commit 544616be4b
43 changed files with 1039 additions and 537 deletions

View File

@@ -21,7 +21,7 @@ from xmodule.x_module import prefer_xmodules
######################### Testing overrides ####################################
# Needed for the `reset_db` management command
# Needed for the reset database management command
INSTALLED_APPS += ('django_extensions',)
# Redirect to the test_root folder within the repo