parent
faa82cbbea
commit
506d5528d2
2 changed files with 5 additions and 5 deletions
|
@ -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/
|
||||
|
|
|
@ -2,7 +2,7 @@ crispy-bootstrap5>=0.6
|
|||
django-allauth>=0.50
|
||||
django-bootstrap-datepicker-plus>=4.0
|
||||
django-bootstrap-modal-forms>=2
|
||||
django-ckeditor>=6.6
|
||||
# django-ckeditor>=6.6
|
||||
django-crispy-forms>=1
|
||||
django-csp>=3.7
|
||||
django-environ>=0.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue