1👍
You don’t actually run it the way you’re thinking. To run the manage.py
tasks in PyCharm, you do the following:
- On the main menu, choose Tools | Run manage.py task, or press Alt R.
- In the Enter manage.py task name dialog box, start typing the desired task name. As you type, the suggestion list shrinks to show the matching tasks only.
Note that on typing an asterisk, PyCharm displays the complete list of available tasks.
- Select the desired task.
- Press
Enter
to start the task.
This was found on PyCharm’s website.
Source:stackexchange.com