Add information regarding django CMS / filer MIGRATIONS_MODULES
This commit is contained in:
parent
4e26bcc2d1
commit
7900d2102e
1 changed files with 9 additions and 0 deletions
|
@ -115,6 +115,15 @@ suited for your deployment.
|
||||||
META_SITE_PROTOCOL = 'http'
|
META_SITE_PROTOCOL = 'http'
|
||||||
META_USE_SITES = True
|
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::
|
* Configure parler according to your languages::
|
||||||
|
|
||||||
PARLER_LANGUAGES = {
|
PARLER_LANGUAGES = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue