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_uploader",
# "ckeditor",
# "ckeditor_uploader",
# -----------------------------------
# My Apps
# -----------------------------------
@ -215,8 +215,8 @@ ACCOUNT_UNIQUE_EMAIL = True
LOGIN_REDIRECT_URL = "/bird/all"
# CKEditor
CKEDITOR_BASEPATH = "/static/ckeditor/ckeditor/"
CKEDITOR_UPLOAD_PATH = "media"
# CKEDITOR_BASEPATH = "/static/ckeditor/ckeditor/"
# CKEDITOR_UPLOAD_PATH = "media"
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.2/howto/static-files/