Commit 0df9f714 by Calen Pennington

Install python prereqs before trying to run django or install requirements/local.txt

parent ec7c4782
......@@ -3,7 +3,7 @@ default_options = {
:cms => '8001',
}
task :predjango do
task :predjango => :install_python_prereqs do
sh("find . -type f -name *.pyc -delete")
sh('pip install -q --no-index -r requirements/local.txt')
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment