Has anyone had issues setting up a debug configuration for Django project in PyCharm Community Edition? Community Edition of the IDE is lacking the project type option on project setup and then when I am setting up Debug or Run config it asks me for a script it should run. What script would it be for Django, manage.py? Thanks in advance
Open your Django application using PyCharm and make sure to configure a virtual environment. You can learn more about it here. To create a debug script, click on Run in the navigation bar and choose "Edit Configuration". You'll have a similar screen.
Setting up Django with PyCharm Launch your PyCharm Community Edition and open your newly created Django project folder. To do this, click on File, then Open, and select 'pycharmtut'. This will import the folder and its contents into the Project sidebar.
In the Settings/Preferences dialog ( Ctrl+Alt+S ) under the Languages and Frameworks node, click Django. In this page, choose the desired Django project. In the Manage.py tasks section, specify the following: In the field Manage script, specify the desired manage.py script.
Yes you can.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With