Skip to content

Commit

Permalink
set CKEDITOR_BASEPATH setting
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Oct 9, 2023
1 parent 8a08dca commit 6431758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
# django-ckeditor
# https://django-ckeditor.readthedocs.io/en/latest/#optional-customizing-ckeditor-editor
# ------------------------------------------------------------------------------

CKEDITOR_BASEPATH = f"{{STATIC_URL}}ckeditor/ckeditor/"
DEFAULT_CKEDITOR_CONFIG = {
"toolbar": "Custom",
"toolbar_Custom": [
Expand Down

0 comments on commit 6431758

Please sign in to comment.