From 7ff08a046a1c5c4f51093854e8ae7689f62afd7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Tue, 24 Apr 2012 16:33:04 +0200 Subject: [PATCH] README and doc updated, dependency on Django 1.4. --- README.rst | 17 ++++++++++++----- doc/installation.rst | 6 ++++-- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 3284aaa6c..df8a4e3c3 100644 --- a/README.rst +++ b/README.rst @@ -42,9 +42,9 @@ You must install the following packages to use Authentic From sources: http://lasso.entrouvert.org/download Debian based distribution: http://deb.entrouvert.org/ - * Django 1.3:: + * Django 1.4:: - From sources: http://www.djangoproject.com/download/1.3/tarball/ + From sources: http://www.djangoproject.com/download/1.4/tarball/ * Django-authopenid 0.9.6:: @@ -66,12 +66,19 @@ or easy_install:: easy_install django django-profiles django-authopenid south -In DEBUG mode (Default mode) -____________________________ +**Dependencies in DEBUG mode (Default mode)** * Django Debug Toolbar:: - Download at https://github.com/django-debug-toolbar/django-debug-toolbar + From sources:: https://github.com/django-debug-toolbar/django-debug-toolbar + +Using pip:: + + pip install django-debug-toolbar + +or easy_install:: + + easy_install django-debug-toolbar Quick Start ----------- diff --git a/doc/installation.rst b/doc/installation.rst index 0d7caa0eb..2ccb67ff0 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -14,9 +14,9 @@ You must install the following packages to use Authentic From sources: http://lasso.entrouvert.org/download Debian based distribution: http://deb.entrouvert.org/ -- Django 1.3: +- Django 1.4: - From sources: http://www.djangoproject.com/download/1.3/tarball/ + From sources: http://www.djangoproject.com/download/1.4/tarball/ - Django-authopenid 0.9.6: @@ -42,6 +42,8 @@ or easy_install:: - Django Debug Toolbar: + From sources:: https://github.com/django-debug-toolbar/django-debug-toolbar + Using pip:: pip install django-debug-toolbar