Skip to content

Instantly share code, notes, and snippets.

@saikiranmothe
Created May 21, 2014 21:51
Show Gist options
  • Save saikiranmothe/e8575d755ad6dc18c6ff to your computer and use it in GitHub Desktop.
Save saikiranmothe/e8575d755ad6dc18c6ff to your computer and use it in GitHub Desktop.
django_cloud
============
== Django WorkBook
============
Django Installation
============
1. sudo apt-ge install python-setuptools
2. sudo easy-install virtualenv
Create a Django Application
============
1.virtualenv --no-site-packages appname
2.source appname/bin/activate
3.easy_install Django
4.django admin.py startproject projectname/modulename
5.python manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment