Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Generic Views

Getting A Form In Django DetailView

I am currently trying to show a custom form where I alter the form in the corresponding view in the… Read more Getting A Form In Django DetailView

How Overwrite Response Class In Django Rest Framework ( DRF )?

I want to overwrite Response class of django rest framework so that response back responsive dictio… Read more How Overwrite Response Class In Django Rest Framework ( DRF )?