juliomalegria / django-chunked-upload

Upload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
MIT No Attribution
218 stars 73 forks source link

Fix management command and add to package #63

Open chazapis opened 3 years ago

chazapis commented 3 years ago

This updates the management command for compatibility with Python 3 and current Django versions. It also adds the management command to the package (fixes #40).