Django: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
Working from the Packt Pubs Django book.
Working from the Packt Pubs Django book.


Get source -- now a github project
== Get source ==


now a github project
cd src
  git clone https://github.com/django/django.git
  git clone https://github.com/django/django.git
echo >/usr/local/lib/python2.7/site-packages/django.pth "/home/bwilson/src/django"
export PATH=$PATH:/home/bwilson/src/django/bin

Revision as of 02:13, 27 April 2013

Working from the Packt Pubs Django book.

Get source

now a github project
cd src
git clone https://github.com/django/django.git
echo >/usr/local/lib/python2.7/site-packages/django.pth "/home/bwilson/src/django"

export PATH=$PATH:/home/bwilson/src/django/bin