Created
May 21, 2014 21:51
-
-
Save saikiranmothe/e8575d755ad6dc18c6ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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