Description werden nicht gespeichert

Fixes #50 commented CKEDITOR
This commit is contained in:
Gunther Weissenbaeck 2023-09-10 12:23:40 +02:00
parent faa82cbbea
commit 506d5528d2
2 changed files with 5 additions and 5 deletions

View file

@ -65,8 +65,8 @@ INSTALLED_APPS = [
# ----------------------------------- # -----------------------------------
# CKEditor # CKEditor
# ----------------------------------- # -----------------------------------
"ckeditor", # "ckeditor",
"ckeditor_uploader", # "ckeditor_uploader",
# ----------------------------------- # -----------------------------------
# My Apps # My Apps
# ----------------------------------- # -----------------------------------
@ -215,8 +215,8 @@ ACCOUNT_UNIQUE_EMAIL = True
LOGIN_REDIRECT_URL = "/bird/all" LOGIN_REDIRECT_URL = "/bird/all"
# CKEditor # CKEditor
CKEDITOR_BASEPATH = "/static/ckeditor/ckeditor/" # CKEDITOR_BASEPATH = "/static/ckeditor/ckeditor/"
CKEDITOR_UPLOAD_PATH = "media" # CKEDITOR_UPLOAD_PATH = "media"
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.2/howto/static-files/ # https://docs.djangoproject.com/en/4.2/howto/static-files/

View file

@ -2,7 +2,7 @@ crispy-bootstrap5>=0.6
django-allauth>=0.50 django-allauth>=0.50
django-bootstrap-datepicker-plus>=4.0 django-bootstrap-datepicker-plus>=4.0
django-bootstrap-modal-forms>=2 django-bootstrap-modal-forms>=2
django-ckeditor>=6.6 # django-ckeditor>=6.6
django-crispy-forms>=1 django-crispy-forms>=1
django-csp>=3.7 django-csp>=3.7
django-environ>=0.9 django-environ>=0.9