From aae0f5143ea6bb40459a4bc5a5b738d7852a6ea3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 15 Jun 2013 12:45:25 +0200 Subject: Upgrade source code to work with Django 1.4 * cleaner way to manage settings.py * fix feeds for Django 1. * fix settinsg for Django 1.4 * update documentation --- docs/source/install.rst | 99 +++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 49 deletions(-) (limited to 'docs/source/install.rst') diff --git a/docs/source/install.rst b/docs/source/install.rst index 1defe38..a48bb35 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -22,7 +22,7 @@ Requirements - `python-markdown `_ - - `django `_ version 1.2 + - `django `_ version 1.4 - `django-south `_ version 0.7 @@ -32,7 +32,7 @@ Requirements The simple way to obtain theses elements is to get package from your favourite linux distribution. -For instance the packages for Debian squeeze are get with:: +For instance the packages for Debian wheezy are get with:: $ sudo apt-get install python python-django python-django-south $ sudo apt-get install python-markdown gettext apache2 @@ -47,7 +47,7 @@ Choose an install path First of all you have to choose an install path:: - $ INSTALL_PATH=/var/local/django/ + INSTALL_PATH=/var/local/django/ Of course you have to create it if it doesn't exist. @@ -58,31 +58,32 @@ The last "stable" version is available in this `directory