X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=devel%2Fdjango-install.txt;h=559b41a51fb4a0a0b7c449cd4b6bf78c94ffd065;hb=4b6622264b59de3edb433a1f886faa2069a11960;hp=72e83d2406371545d25a6838138cb1d5f1ea0d1f;hpb=65d84452c2b58dd76f97e4c28e5ec401aff890c4;p=myslice.git diff --git a/devel/django-install.txt b/devel/django-install.txt index 72e83d24..559b41a5 100644 --- a/devel/django-install.txt +++ b/devel/django-install.txt @@ -1,4 +1,4 @@ -versions collected as of nov 14 2012 +Versions collected as of nov 14 2012 ======================================== MAC I'm using macports @@ -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 @@ -43,8 +52,4 @@ and I was getting a lot of warnings relating to that anyways . manage.py syncdb . manage.py collectstatic --noinput -======================================== django-insert-above -this package was downloaded in source doce from github and installed -as-is as insert_above, and enabled as the README has it - -======================================== +====================