Pycharm

Open the Project

Open the folder where you created the Project.

Configure Virtual Environment in PyCharm

alt text

alt text

Navigate to the python file on your virtual environment.

/Users/luiscberrocal/virtual_environments/wildbills/bin/python

alt text

alt text

Enable Version Control

The following steps are to enable git as version control for your project.

alt text

Enable Vesion Control 2

Enable Vesion Control 3

Configure Django Support

Configure Django Support

Configure Content Root

Configure Content Root 1

Configure Content Root 1

Configure Django Server

Configure Django Server 1

Configure Django Server 2

Configure Django Server 3

Configure Django Server 4

Now open http://127.0.0.1:8555/ the page should look like this:

Configure Django Server 5