diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-30 16:22:37 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-30 16:22:37 +0100 |
commit | 7f182b3e4a47390fec8a03877d1b0207d7ce870b (patch) | |
tree | be0ff7d40db9f5efa2da7cb9a01870a40479f397 /docs/upgrade.rst | |
parent | edc9cbc5b49c8869343957566098dd6bbf8a9f3e (diff) | |
download | Chimère-7f182b3e4a47390fec8a03877d1b0207d7ce870b.tar.bz2 Chimère-7f182b3e4a47390fec8a03877d1b0207d7ce870b.zip |
Documentation: minor changes - first work on french version of upgrade
Diffstat (limited to 'docs/upgrade.rst')
-rw-r--r-- | docs/upgrade.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 377e5e7..32b6e43 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -132,7 +132,7 @@ Version 1.1 -> 1.2 CHIMERE_APP_PATH=$CHIMERE_PATH/chimere vim $CHIMERE_APP_PATH/settings.py -Add the line (adapted for your jquery and gpsbabel installation): +Add the following lines (adapted for your jquery and gpsbabel installation): .. code-block:: python @@ -164,9 +164,9 @@ A *local_settings* file is now used. cp local_settings.py.sample local_settings.py vim local_settings.py -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.urls**. +Report your old settings from *settings.py* to *local_settings.py* (at least the +database configuration). +The setting *ROOT_URLCONF* must be set to **value_of_your_localname.urls**. logs .... |