summaryrefslogtreecommitdiff
path: root/docs/upgrade.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/upgrade.rst')
-rw-r--r--docs/upgrade.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/upgrade.rst b/docs/upgrade.rst
index b697978..b9a0363 100644
--- a/docs/upgrade.rst
+++ b/docs/upgrade.rst
@@ -45,7 +45,7 @@ Then install the new dependencies::
apt-get install -t squeeze-backports python-django python-django-south \
python-simplejson libjs-jquery-ui python-pyexiv2 \
- python-feedparser
+ python-feedparser javascript-common
Debian Wheezy
+++++++++++++
@@ -53,7 +53,7 @@ Debian Wheezy
.. code-block:: bash
apt-get install python-django-south python-simplejson libjs-jquery-ui \
- python-pyexiv2 python-feedparser
+ python-pyexiv2 python-feedparser javascript-common
If you are planing to do major import consider the install of `Celery
<http://celeryproject.org/>`_.
@@ -160,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
....