Skip to content

rake django admin error

LiuNaidi edited this page Mar 11, 2015 · 1 revision

when I wan to delete a course, I execute the command as follow :

edxapp@edx:/edx/app/edxapp$ pwd
/edx/app/edxapp
edxapp@edx:/edx/app/edxapp$ rake django-admin[delete_course,cms,aws,"56Team/CT001/Linux commit"]
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)

(See full trace by running task with --trace)

can you tell me how to do ? Thank you !

Clone this wiki locally