Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #236 from mkoistinen/issues/address_215
Browse files Browse the repository at this point in the history
Be clearer about when to use dependency migration modules settings
  • Loading branch information
mkoistinen committed Jun 19, 2015
2 parents 3e434a4 + 7e22a25 commit 049d3c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/how_to/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,12 @@ If using Django 1.7, you may need to add the following to your settings: ::
MIGRATION_MODULES = {
...
# The following are for some of the dependencies.
'djangocms_text_ckeditor': 'djangocms_text_ckeditor.migrations_django',
'filer': 'filer.migrations_django',

# Use this if you're using a version of djangocms_text_ckeditor < 2.5.1
# 'djangocms_text_ckeditor': 'djangocms_text_ckeditor.migrations_django',

# Use this if you're using a version of Filer < 0.9.10
# 'filer': 'filer.migrations_django',
...
}

Expand Down

0 comments on commit 049d3c8

Please sign in to comment.