Skip to content

Commit

Permalink
Merge pull request #9 from django-cms/chore/djangocms-text
Browse files Browse the repository at this point in the history
chore: Update template to use djangocms-text
  • Loading branch information
fsbraun authored Nov 20, 2024
2 parents 7f5baec + cd1204d commit 62655a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project_name/settings.py-tpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ INSTALLED_APPS = [
'cms',
'menus',

'djangocms_text_ckeditor',
'djangocms_text',
'djangocms_alias',
'djangocms_versioning',

Expand Down Expand Up @@ -212,7 +212,7 @@ CMS_PERMISSION = True

X_FRAME_OPTIONS = 'SAMEORIGIN'

# Enable inline editing with djangocms-text-ckeditor
# Enable inline editing with djangocms-text
# https://github.com/django-cms/djangocms-text#inline-editing-feature

TEXT_INLINE_EDITING = True
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ djangocms-versioning
djangocms-alias
djangocms-frontend
django-filer
djangocms-text-ckeditor
djangocms-text
django-fsm<3

0 comments on commit 62655a5

Please sign in to comment.