Django

From Wildsong
Revision as of 02:17, 27 April 2013 by Brian Wilson (talk | contribs)
Jump to navigationJump to search

Working from the Packt Pubs Django book.

Get source

Now a github project. Download / build / install into /usr/local

cd ~/src
git clone https://github.com/django/django.git
cd django
sudo python setup.py install

test

django-admin.py