diff options
Diffstat (limited to 'docs/upgrade.rst')
-rw-r--r-- | docs/upgrade.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 0597113..7c6eed7 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -88,7 +88,7 @@ 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/'). + careful to change MEDIA_URL if it is already set to '/static/'). - Add the detail of TEMPLATE_CONTEXT_PROCESSORS (see settings.py.example) |