alican / django-tus

Django app implementing server side of tus protocol to powering resumable file uploads for django projects. More Info about: http://tus.io/
MIT License
49 stars 32 forks source link

How can i handle Django-tus with Django models? #29

Open c0d33py opened 2 years ago

c0d33py commented 2 years ago

Need help

I want to attach the uploaded file with Django model to save the record of the file. The file is saved as part of saving the model in the database.