Better Django 1.7 information
This commit is contained in:
parent
e1883c2376
commit
3e4fc6c6aa
1 changed files with 5 additions and 1 deletions
|
@ -119,9 +119,13 @@ suited for your deployment.
|
|||
|
||||
MIGRATION_MODULES = {
|
||||
'cms': 'cms.migrations_django',
|
||||
'menus': 'menus.migrations_django',
|
||||
'filer': 'filer.migrations_django',
|
||||
'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django',
|
||||
}
|
||||
|
||||
Please check `django CMS installation <http://django-cms.readthedocs.org/en/support-3.0.x/how_to/integrate.html#installing-and-configuring-django-cms-in-your-django-project>`_, `cmsplugin-filer README <https://github.com/stefanfoulis/cmsplugin-filer#installation>_`
|
||||
for detailed information.
|
||||
|
||||
* Configure parler according to your languages::
|
||||
|
||||
|
@ -222,4 +226,4 @@ Social media tags settings
|
|||
Known djangocms-blog websites
|
||||
+++++++++++++++++++++++++++++
|
||||
|
||||
http://nephila.co.uk/blog
|
||||
* http://nephila.co.uk/blog
|
||||
|
|
Loading…
Reference in a new issue