1.Create a folder and then create a virtual environment using command: virtualenv name_of_environment. 2. You need to download the project where you create virtual environment. 3. just try to run the command python manage.py runserver to start the code. 4. If there are some issue and model are not save then also write python manage.py makekigrations and then migrate it.