Skip to content

Commit 62655a5

Browse files
authored
Merge pull request #9 from django-cms/chore/djangocms-text
chore: Update template to use djangocms-text
2 parents 7f5baec + cd1204d commit 62655a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project_name/settings.py-tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ INSTALLED_APPS = [
5050
'cms',
5151
'menus',
5252

53-
'djangocms_text_ckeditor',
53+
'djangocms_text',
5454
'djangocms_alias',
5555
'djangocms_versioning',
5656

@@ -212,7 +212,7 @@ CMS_PERMISSION = True
212212

213213
X_FRAME_OPTIONS = 'SAMEORIGIN'
214214

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

218218
TEXT_INLINE_EDITING = True

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ djangocms-versioning
22
djangocms-alias
33
djangocms-frontend
44
django-filer
5-
djangocms-text-ckeditor
5+
djangocms-text
66
django-fsm<3

0 commit comments

Comments
 (0)