PyCharm won't use my project's manage.py
This is similar to the issue this user brought up: http://devnet.jetbrains.net/message/5299293
I want PyCharm to use the manage.py file I specified as seen in the screenshots below, but instead it is running: /Applications/PyCharm.app/helpers/pycharm/django_manage.py (see last screenshot)
But as you can see, it is running: /Applications/PyCharm.app/helpers/pycharm/django_manage.py
Is this intended? Or am I'm doing something wrong? If so, what do I need to do to have it run my manage.py?
Thanks!
Drew
Please sign in to leave a comment.
It runs PyCharm's wrapper script, which in turn imports and runs your manage.py.
Ah, interesting. I'll have to take a closer look and see why I'm getting errors when I run the project through the PyCharm. I may have another question if I can't figure it out. :-)
Thanks for your quick response. I'm in the demo period now, but so far I'm really liking PyCharm and plan on buying a copy!