diff options
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 .... |