From: Yasin Date: Mon, 9 Sep 2013 09:58:41 +0000 (+0200) Subject: Django Installation guide improved X-Git-Tag: myslice-0.2-2~1^2 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=f887983bf3592fec4e7c2035fa6d910e3808a627 Django Installation guide improved --- diff --git a/devel/django-install.txt b/devel/django-install.txt index fcdbd2a1..559b41a5 100644 --- a/devel/django-install.txt +++ b/devel/django-install.txt @@ -25,11 +25,20 @@ WARNING: version 1.3 !! (Fedora17 has 1.4.2) ======================================== debian(wheezy) $ sudo apt-get install python-django --> 1.4.1_2 +-> 1.5.2 NOTE. (this has more to do with my own vserver-based technique to create debian VM's) +======================================== Install from tarball + +https://www.djangoproject.com/download/ + +$tar xzvf Django-1.5.2.tar.gz +$cd Django-1.5.2 +$sudo python setup.py install + +=============== Install locales [needed] I found it useful to also do the following at some point # apt-get install locales # dpkg-reconfigure locales