Seems like there is no option for debugging a Django project with Pycharm community version but there is a surprise for you.
Start A New Project
I have started a new Django project called 'example', then I created an app and called it 'TestApp'.

Access Run/Debug Configurations

Add New Configuration

Choose python

Insert 'manage.py' Path And Script Parameter

Add a breakpoint and start your debugging session.

Well I truly enjoyed reading it. This information provided by you is very effective for correct planning.
Thanks!