diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-07 21:02:54 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-07 21:02:54 +0200 |
commit | c478b609b270c20c90eda618962a7efad6b26ca2 (patch) | |
tree | 7442b1073dcce261ddacd2279474c45461509e27 /docs/upgrade.rst | |
parent | 94c23b986d3986667351971487761d59f9c50438 (diff) | |
download | Chimère-c478b609b270c20c90eda618962a7efad6b26ca2.tar.bz2 Chimère-c478b609b270c20c90eda618962a7efad6b26ca2.zip |
Documentation/configuration: fix path, add dependancies
Diffstat (limited to 'docs/upgrade.rst')
-rw-r--r-- | docs/upgrade.rst | 6 |
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 .... |