Django-ckeditor5 showing question mark instead of symbols

hi recently i switched to django-ckeditor5 and in the HTML code I'm using this -

my_project/
│── manage.py
│── my_project/
│── app/
│   │── models.py
    ...
...

but after saving code it is displaying like this

my_project/
??? manage.py
??? my_project/
??? app/
?   ??? models.py
    ...
...

why │── is replaced by ?. in development server it is showing correctly but in production there is issue that is coming.

Вернуться на верх