How to run Debug server for Django project in PyCharm Community Edition?

前端 未结 1 1356
礼貌的吻别
礼貌的吻别 2020-12-04 21:44

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 pr

相关标签:
1条回答
  • 2020-12-04 22:09

    Yes you can.

    1. In Run -> Edit Configurations create new configuration
    2. [+] / Python
    3. Name: runserver
    4. Scrip Path: path_to/manage.py
    5. Parameters: runserver
    0 讨论(0)
提交回复
热议问题