removed manage.py command to write out credentials

This commit is contained in:
Jonathan Eads 2014-02-04 15:23:01 -08:00
Родитель 2feeb6dcf3
Коммит 044217b997
2 изменённых файлов: 1 добавлений и 2 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -56,7 +56,7 @@ treeherder/webapp/media/builds4hanalysis/builds4h_analysis.json
treeherder/webapp/media/builds4hanalysis/builds4h_report.txt
#etl data files
treeherder/etl/data/
treeherder/etl/data/credentials.json
#docs build directory
docs/_build/

Просмотреть файл

@ -63,7 +63,6 @@ def pytest_runtest_setup(item):
# this should provide isolation between tests.
call_command("init_master_db", interactive=False, skip_fixtures=True)
call_command('export_project_credentials', safe=True)
def pytest_runtest_teardown(item):