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 3: Line 3:
== Get source ==
== Get source ==


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


  cd src
  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"
  cd django
sudo python setup.py install
  export PATH=$PATH:/home/bwilson/src/django/bin
 
test
  django-admin.py

Revision as of 02:17, 27 April 2013

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