[Django]-Import Existing Django Application into Pycharm

7👍

You need to enable Django Support in the project settings under Project Settings -> Django. You also would need to set up the project root, path to settings.py and manage.py.

👤alecxe

Leave a comment