I want to be able to run a manage.py management command via a Pycharm run configuration. Is there a way to do this?
You can configure this as a simple Python process where you invoke the manage.py
script with the correct interpreter, and use management_command --settings=my_project.settings
as parameters: