settings: the migration module for django_cms_text_ckeditor changed.
It would be better to use an stable.requirements.txt Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
376f637ec7
commit
b138526c8f
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ MIGRATION_MODULES = {
|
|||
'cmsplugin_filer_teaser': 'cmsplugin_filer_teaser.migrations_django',
|
||||
'cmsplugin_filer_utils': 'cmsplugin_filer_utils.migrations_django',
|
||||
'cmsplugin_filer_video': 'cmsplugin_filer_video.migrations_django',
|
||||
'djangocms_text_ckeditor': 'djangocms_text_ckeditor.migrations_django',
|
||||
'djangocms_text_ckeditor': 'djangocms_text_ckeditor.migrations',
|
||||
}
|
||||
|
||||
STATICFILES_FINDERS = (
|
||||
|
|
Loading…
Reference in a new issue