Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Rest Framework

Custom Function Which Performs Create And Update On Drf Modelviewset

Hi there I want to create a custom method in a modelviewset which needs to perform a save and an up… Read more Custom Function Which Performs Create And Update On Drf Modelviewset

How To Pause Or Resume Celery Task?

I am having a requirement in my project where customer can pause or resume process which are pendin… Read more How To Pause Or Resume Celery Task?

Attributeerror: Module 'django.contrib.auth.views' Has No Attribute 'login'

I got error on my django rest framework, I am running it on windows 10 OS. this is the entire error… Read more Attributeerror: Module 'django.contrib.auth.views' Has No Attribute 'login'

Update/append Serializer.data In Django Rest Framework

How can I update/append serializer.data in Django Rest Framework? data = serializer.data.update({&#… Read more Update/append Serializer.data In Django Rest Framework

Manytomany Relation Custom Serializer

Assume I have two models: class IPAddress(models.Model): address = models.CharField() class Ru… Read more Manytomany Relation Custom Serializer

Does Django Rest Framework Have Third Party Apps To Auto Generate Swagger.yaml File?

I have large amount of API endpoints written in django-rest-framework and it keeps increasing and u… Read more Does Django Rest Framework Have Third Party Apps To Auto Generate Swagger.yaml File?