[doc] Update part on the debug-toolbar-dependency.

This commit is contained in:
Mikaël Ates 2012-04-24 16:13:17 +02:00
parent 0ca26b7fa0
commit e9c36735ed
1 changed files with 9 additions and 4 deletions

View File

@ -38,12 +38,17 @@ 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::
- Django Debug Toolbar:
Download at 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
-----------