Fix formatting in README
This commit is contained in:
parent
748360ba5f
commit
e1883c2376
1 changed files with 5 additions and 5 deletions
10
README.rst
10
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::
|
||||
|
||||
|
|
Loading…
Reference in a new issue