X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/a7098bb8a23499800b3aad3342aeab74da47f630..64c5163e7aead7eb60951e040998ade343c079c5:/README.md diff --git a/README.md b/README.md index 0838661..042d91d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Dependencies ============ * Python >= 2.6 - * Django >= 1.4 + * Django >= 1.5 Installation @@ -39,8 +39,6 @@ Installation * ssify.middleware.LocaleMiddleware instead of stock LocaleMiddleware. 3. Make sure you have 'django.core.context_processors.request' in your TEMPLATE_CONTEXT_PROCESSORS. -3. Define your caches in CACHES and SSIFY_INCLUDES_CACHES - for storing ssi includes. 4. Configure your webserver to use SSI ('ssi=on' with Nginx). Usage