django-nginx-upload
django-nginx-upload copied to clipboard
example of using nginx upload module with Django!
Hi, I managed to get the single file upload working. Works like a charm! Very nice :) I was just wondering whether it would be possible to upload multiple files...
Debian ships nginx with nginx-upload-progress-module. It used to ship with the nginx upload-module ( https://github.com/vkholodkov/nginx-upload-module/ ) Apparently these are different. Which one is need here for django-nginx-upload ?
Hi Vanessa, not really a bug but unless I was completely wrong in deploying your code with gunicorn (please correct me if I'm wrong), I did not see any progress...
Bumps [django](https://github.com/django/django) from 2.2.28 to 3.2.24. Commits f5c8808 [3.2.x] Bumped version for 3.2.24 release. c1171ff [3.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9dc3456 [3.2.x] Added stub...