How to debug a manage.py command? Permanently deleted user Created November 10, 2011 05:57 Hi All! Im writing a custom manage.py command and I want to run it through the PyCharm debugger. Is there any way to do that?If not are there any other alternatives?Thanks!d
Hello Daniel,
You should be able to create a run configuration of type "Python Script",
specifying manage.py as your script to execute and your custom command in
the script arguments. Then run this configuration under the debugger.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hoping for a better solution. :)