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 ...
Now have fun!
digg it
seed it
del.icio.us
ma.gnolia
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


