summaryrefslogtreecommitdiff
path: root/docs/upgrade.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/upgrade.rst')
-rw-r--r--docs/upgrade.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/upgrade.rst b/docs/upgrade.rst
index 10548d7..18c8026 100644
--- a/docs/upgrade.rst
+++ b/docs/upgrade.rst
@@ -84,8 +84,16 @@ Adapt settings.py
The format of settings.py could have evolved, the easiest way to complete your
settings.py is to compare your old settings.py.example and the new one provided.
+Upgrade to version 2.0
+**********************
+
+ - Add to the settings.py a STATIC_URL variable by default set to '/static/' (be
+careful to change MEDIA_URL if it is already set to '/static/').
+
+ - Add the detail of TEMPLATE_CONTEXT_PROCESSORS (see settings.py.example)
+
Specific upgrade from version 1.0 to version 1.1
-***************************************************
+************************************************
Version 1.1 of Chimère uses Django 1.2 and with it the way to define database
has changed.