From e1883c2376a58df761e0d3d24faa1e20bc406e0d Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Mon, 2 Mar 2015 07:10:55 +0100 Subject: [PATCH] Fix formatting in README --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 546f7ff..af4574f 100644 --- a/README.rst +++ b/README.rst @@ -117,11 +117,11 @@ suited for your deployment. * If you are using Django 1.7, be aware than ``filer``, ``cmsplugin_filer`` and ``django-cms`` currently requires you to setup ``MIGRATION_MODULES`` in settings:: - MIGRATION_MODULES = { - 'cms': 'cms.migrations_django', - 'filer': 'filer.migrations_django', - 'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django', -} + MIGRATION_MODULES = { + 'cms': 'cms.migrations_django', + 'filer': 'filer.migrations_django', + 'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django', + } * Configure parler according to your languages::