$ ls ./qa
Q&A
Showing 2 of 2.
How to Pass Variable to the Template Class Based View
Simple example how to pass a variable to the class based view template context in Django. It also could be a queryset Then it can be looped in the template
read post
Why Djnago Form Is Invalid? How to Print Errors?
Working with complex views that process multiple forms you can stuck on situation when some of forms didn’t validated but you have not see a reason for this, to debug this you can print …
read post