How to run Debug server for Django project in PyCharm Community Edition? June 12, 2023 by Tarik Yes you can. In Run -> Edit Configurations create new configuration [+] / Python Name: runserver Scrip Path: path_to/manage.py Parameters: runserver