From f887983bf3592fec4e7c2035fa6d910e3808a627 Mon Sep 17 00:00:00 2001 From: Yasin Date: Mon, 9 Sep 2013 11:58:41 +0200 Subject: [PATCH] Django Installation guide improved --- devel/django-install.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.43.0