From 053c3a9a421a980a2af2f8e60df2d0c106b959e7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 15 Feb 2012 19:57:33 +0100 Subject: Use staticfiles (refs #315) --- docs/upgrade.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3