rakefile updates
This commit is contained in:
@@ -5,7 +5,7 @@ default_options = {
|
||||
|
||||
task :predjango => :install_python_prereqs do
|
||||
sh("find . -type f -name *.pyc -delete")
|
||||
sh('pip install -q --no-index -r requirements/local.txt')
|
||||
sh('pip install -q --no-index -r requirements/edx/local.txt')
|
||||
end
|
||||
|
||||
|
||||
@@ -122,4 +122,4 @@ namespace :cms do
|
||||
"Example: \`rake cms:export COURSE_ID=MITx/12345/name OUTPUT_PATH=foo.tar.gz\`"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user