I'm doing the integration of the rich text editor SCeditor, and when I have to give the styles I have to enter the path of these, the problem is that I am working with flask, and it does not implement them.
I tried the standard way
'../ static / minified / themes / content / default.min.css'
and also using the form for local files
"{{url_for ('static', filename = 'minified / themes / content / default.min.css')}}"
But in no way do styles use me, someone who can help me.