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


 

2

Hi,

Please check Preferences | Languages & Frameworks | Django, is Django Support enabled?

6
Avatar
Permanently deleted user

Thanks! I had the same question!

0
Avatar
Permanently deleted user

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

2
Avatar
Permanently deleted user

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?

0

@Amir1374m

Do you use PyCharm Professional?

Django is not supported by PyCharm Community.

0

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.

0

请先登录再写评论。