README and doc updated, dependency on Django 1.4.

This commit is contained in:
Mikaël Ates 2012-04-24 16:33:04 +02:00
parent a3ee9ce3c0
commit 7ff08a046a
2 changed files with 16 additions and 7 deletions

View File

@ -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
-----------

View File

@ -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