Home

Testing Out Django 1.0 Pre Release @ 2008-08-30 19:12:02
Filed under: Code  Django  Python  Tech 
If you want to install this beta but don't want to overwrite anything you can use virtualenv like so ...
$ virtualenv django1.0
$ cd django1.0
$ . ./bin/activate
(django1.0)$ svn co $SVNLOCATION tmp
(django1.0)$ cd tmp
(django1.0)$ python setup.py install
(django1.0)$ cd ..
(django1.0)$ rm -rf tmp/
(django1.0)$ ./bin/django-admin.py startproject $PROJECTNAME

Now have fun!

 digg it   seed it   del.icio.us   ma.gnolia
Tags:        


 
Ohloh profile for ashcrow View Steve Milner's profile on LinkedIn A Django joint.
© 2007-2008 Steve 'Ashcrow' Milner | Studio7designs | Arbutus Photography