diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-02-15 19:57:33 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-02-15 19:57:33 +0100 |
commit | 053c3a9a421a980a2af2f8e60df2d0c106b959e7 (patch) | |
tree | 7eafee9ba4a8db2c5e470f599939cab18f4c22d7 /docs | |
parent | fbfae775970eb0b29c3ac3f79d5bcd7c9acb12fb (diff) | |
download | Chimère-053c3a9a421a980a2af2f8e60df2d0c106b959e7.tar.bz2 Chimère-053c3a9a421a980a2af2f8e60df2d0c106b959e7.zip |
Use staticfiles (refs #315)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.rst | 10 |
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. |