diff --git a/conf/ynh_pyinventory_settings.py b/conf/ynh_pyinventory_settings.py index 25cc266..cfc0b79 100644 --- a/conf/ynh_pyinventory_settings.py +++ b/conf/ynh_pyinventory_settings.py @@ -145,6 +145,10 @@ else: STATIC_ROOT = str(FINAL_WWW_PATH / 'static') MEDIA_ROOT = str(FINAL_WWW_PATH / 'media') +# _____________________________________________________________________________ +# django-ckeditor + +CKEDITOR_BASEPATH = STATIC_URL + 'ckeditor/ckeditor/' # -----------------------------------------------------------------------------