Step By Step – Set Up Django

Recently, I have worked on Django project. So I figured it out that the setting up for project is not easy at all for beginner. So I decide to make tutorial for supporting people who want to research Django.

I/ Using in this tutorial

+ Python 2.7

+ SQLite

+ Suppose that I have 3 Disks: C  D  E

II/ Step by Step => Set Up

+ get-pip.py: (https://pip.pypa.io/en/latest/installing.html)

  • Put get-pip.py into folder python on C (C:\Python27)
  • Open cmd => cd to that Folder (cd C:\Python27)
  • Run this: get-pip.py

Python Set Up

Enjoy 🙂

Next tutorial I will help you set up Django project with MySQL.

Leave a comment