2👍
I’m the maintain of django-mediasync. What you are doing SHOULD work. It’s working in many of the sites that we’ve deployed. What version of mediasync are you using? A checkout of master from Github or the released 2.0 version?
If you are still having problems with this, please fill out a bug report on the Github issues page. Thanks!
0👍
I suspect that the minification takes time, longer than the time it takes to upload the file on the server. Maybe it is better to use
def proc(filedata, content_type, remote_path, is_active):
and check if it is active. or if you can delay the upload.
- [Answered ]-Trouble Installing M2Crypto on CentOS
- [Answered ]-Django-rest framework structure not capturing post or put request
- [Answered ]-Get the username from user ID in django models
Source:stackexchange.com