summaryrefslogtreecommitdiff
path: root/docs/upgrade.rst
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-08-19 16:21:27 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-08-19 16:21:27 +0200
commitc8fcf14626873ad4bbe91788aadb60cfa488beda (patch)
tree679daba9ee80e429aec05a7f30f64e19d2237616 /docs/upgrade.rst
parent647f527cf506b362ff02ddf58da2490768b8bf7a (diff)
downloadChimère-c8fcf14626873ad4bbe91788aadb60cfa488beda.tar.bz2
Chimère-c8fcf14626873ad4bbe91788aadb60cfa488beda.zip
Models: Automaticaly add read attributes for marker properties
Diffstat (limited to 'docs/upgrade.rst')
-rw-r--r--docs/upgrade.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/upgrade.rst b/docs/upgrade.rst
index 9f36eb4..aca3985 100644
--- a/docs/upgrade.rst
+++ b/docs/upgrade.rst
@@ -44,14 +44,15 @@ Activate the backports: http://backports-master.debian.org/Instructions/
Then install the new dependencies::
apt-get install -t squeeze-backports python-django python-django-south \
- python-simplejson libjs-jquery-ui
+ python-simplejson libjs-jquery-ui python-unidecode
Debian Wheezy
+++++++++++++
.. code-block:: bash
- apt-get install python-django-south python-simplejson libjs-jquery-ui
+ apt-get install python-django-south python-simplejson libjs-jquery-ui \
+ python-unidecode
If you are planing to do major import consider the install of `Celery
<http://celeryproject.org/>`_.