No "Run manage.py task" on my Tools Menu
已回答
I'm following the instructions at https://www.jetbrains.com/help/pycharm/creating-django-application-in-a-project.html because I neglected to name my application when I was following the Django tutorial here: https://www.jetbrains.com/help/pycharm/creating-and-running-your-first-django-project.html
However, when I choose "Tools" I see no "Run manage.py task"
I thought maybe I needed to choose "Open Task" here:
But then this dialog box doesn't look to be any more helpful:
Here's my file structure as it stands now:
I'm on a 2015 Mac running OSX 10.14 (Mojave)
With the super latest Pycharm:
And Django 2.1.2
Please help.
Thanks so much!
~Bon
请先登录再写评论。
Hi,
Please check Preferences | Languages & Frameworks | Django, is Django Support enabled?
Thanks! I had the same question!
Also check if there are no warnings under Preferences | Languages & Frameworks | Django. I experienced this issue because I changed the settings filename. After specifying it in the Settings option, the Run manage.py task option reappeared
I have same problem too
I Looking for Django in Preferences | Languages & Frameworks | Django
but its not there!
how I can solve this problem guys?
@Amir1374m
Do you use PyCharm Professional?
Django is not supported by PyCharm Community.
Before 2024.1 Pro for Django projects in the terminal there was an option to open a new terminal with manage.py, now it's gone. I had to go to ask AI and I was able to have the windows back with second option provided by AI which is not like it was before I can run also Tools…Run Manage.py Task but that's also not as it was. It was very convenient in the terminal to open it. Not good the new version in this specific case.