c0d3_3py
c0d3_3py
Info: I want to upload multiple file using [tus-js-client](https://github.com/tus/tus-js-client). I am facing some issue when i try to upload multiple files. **Issues**: - If i try to upload multiple files...
In my Django project, I have a `FeedSerializer` that contains two nested serializers `(ArticleSerializer and SubjectSerializer)`. The goal is to use `QuerySetSequence` in the `FeedListApiView` in views.py to combine data...
The AttributeError occurs when attempting to call "_base_manager" on the model class associated with the "notification" object. This suggests that the "notification" object is expected to be a Django model...
* django-tus version: * Django version: 3.2 * Python version: 3.10 * Operating System: Linux ### Description I am using Django-tus in django. i am getting ValueError while uploading from...
* django-tus version: [cc2b6bf](https://github.com/alican/django-tus/commit/cc2b6bfb993f383bf81ea2701bdc20e4c183347e) * Django version: 3.2.x * Python version: 9.10 * Operating System: ubuntu linux ### Need help I want to attach the uploaded file with Django model...