|
|
|
|
|
by mattrp
2223 days ago
|
|
Thank you for pointing that out. I generally stick to as much plain vanilla Django as possible. This may be dimwitted of me but I currently return a jsonresponse dict as my ‘api.’ In my forms I’ve added a noun that allows me to specify httpresponse or jsonresponse and a verb to specify the crud function. |
|