Skip to content Skip to sidebar Skip to footer
Showing posts with the label Detailview

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

Typeerror Object Is Not Iterable

I am getting the following error when trying to loop over a variable in my Django templates. The va… Read more Typeerror Object Is Not Iterable