Skip to content

Instantly share code, notes, and snippets.

@rupakraj
Created January 25, 2015 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupakraj/2b523ddc33365d05cce1 to your computer and use it in GitHub Desktop.
Save rupakraj/2b523ddc33365d05cce1 to your computer and use it in GitHub Desktop.
Setup the Django and run upto hello world
Setup the Django and run upto hello world
=========================================
Install python and python-pip
then use the pip to install the python
pip install Django==1.7.3
To check if installed properly (Go to pythong CLI)
> python
>>> import django
>>> print(django.get_version())
If successed you will get the version of the system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment