Commit c4803ebd by Calen Pennington

Make django-admin commands clear out pyc files and install the latest xmodule setup.py

parent 404c6d9f
......@@ -121,7 +121,7 @@ end
task :runserver => :lms
desc "Run django-admin <action> against the specified system and environment"
task "django-admin", [:action, :system, :env, :options] do |t, args|
task "django-admin", [:action, :system, :env, :options] => [:predjango] do |t, args|
args.with_defaults(:env => 'dev', :system => 'lms', :options => '')
sh(django_admin(args.system, args.env, args.action, args.options))
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