Fix settings.py to only use test_data in TEST_REPOSITORIES

This commit is contained in:
Austin Clark 2015-08-05 07:28:29 -06:00
parent 643274d784
commit d3073994d6
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ TEMPLATE_DIRS = [
]
TEST_REPOSITORIES = [
'/home/clark/Shared',
os.path.join(BASE_DIR, 'test_data')
]