Francis Secada

Results 33 comments of Francis Secada

Is there any movement on this feature enhancement?

Seems like the issue is that the module relies on `django.core.files.storage.path` to commit objects to a set of media instances, whereas cloud storage objects can only be found via URLs....

So after spending the day on this, I can't find a feasible way of deleting media files without authentication for the cloud storage backend. I think the best way forward...

Can confirm that I am also running into this. ``` python manage.py build Traceback (most recent call last): File "manage.py", line 24, in main() File "manage.py", line 20, in main...

Even if there was, there should be some code to filter that out. Something like: ``` file_path_str = [insert string code here] file_path = file_path_str.encode('ascii', 'ignore').decode('unicode_escape') ```

I believe this is a coding error on part of the module. My configurations are fairly standard for a Django project. In the base setting file, I define the base...

I am on Windows 10. But my system should be OS-agnostic.

I am also running into this issue. I'm serving the files using Django-Storages. All static files except those from this module load as expected.

> Do you have tinymce in installed apps? Yes > Does the output of collectstatic look ok? Yes > Can you run findstatic tinymce/tinymce4.css ? It cannot be found. Judging...