summaryrefslogtreecommitdiff
path: root/docs/upgrade.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/upgrade.rst')
-rw-r--r--docs/upgrade.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/upgrade.rst b/docs/upgrade.rst
index 65e3734..d7c7233 100644
--- a/docs/upgrade.rst
+++ b/docs/upgrade.rst
@@ -1,11 +1,11 @@
.. -*- coding: utf-8 -*-
-===============
-Chimère upgrade
-===============
+=======
+Upgrade
+=======
:Author: Étienne Loks
-:date: 2012-08-03
+:date: 2012-10-08
:Copyright: CC-BY 3.0
@@ -44,7 +44,8 @@ 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-pyexiv2
+ python-simplejson libjs-jquery-ui python-pyexiv2 \
+ python-feedparser javascript-common libjs-jquery
Debian Wheezy
+++++++++++++
@@ -52,7 +53,7 @@ Debian Wheezy
.. code-block:: bash
apt-get install python-django-south python-simplejson libjs-jquery-ui \
- python-pyexiv2
+ python-pyexiv2 python-feedparser javascript-common
If you are planing to do major import consider the install of `Celery
<http://celeryproject.org/>`_.
@@ -159,7 +160,7 @@ A *local_settings* file is now used.
Report your old settings.py in local_settings.py (at least the database
configuration).
-Your *ROOT_URLCONF* must be set to **value_of_your_localname.settings**.
+Your *ROOT_URLCONF* must be set to **value_of_your_localname.urls**.
logs
....