Add information regarding django CMS / filer MIGRATIONS_MODULES

This commit is contained in:
Iacopo Spalletti 2015-02-10 06:58:40 +01:00
parent 4e26bcc2d1
commit 7900d2102e

View file

@ -114,6 +114,15 @@ suited for your deployment.
)
META_SITE_PROTOCOL = 'http'
META_USE_SITES = True
* 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',
}
* Configure parler according to your languages::