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 python 3 compatibility in delete uploads command #18

Closed SpaceK33z closed 8 years ago

SpaceK33z commented 8 years ago

print() works for both Python 2 and 3 :).

juliomalegria commented 8 years ago

Makes sense, thanks!