1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

Fix #24 set CKeditor base path

This commit is contained in:
JensDiemer 2020-12-19 19:29:58 +01:00
parent f1db53e0bb
commit 64d4cccc8e

View file

@ -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/'
# -----------------------------------------------------------------------------