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

Not Null Constraint Failed Django Createview

I would like to accomplish two goals on this project. First, I would like to save the logged-in use… Read more Not Null Constraint Failed Django Createview

How To Unit Test Methods Inside Django's Class Based Views?

I need to test the methods and helper function inside a django Class Based View. Consider this Clas… Read more How To Unit Test Methods Inside Django's Class Based Views?