0👍
Try to debug your code in the view.py
file, by adding print()
functions, to see if everything in the business logic works correctly. Also, a note: I do not see any variables ({{ }}
) referenced in your template. That means you do not access them inside of it. Please let me know if I helped you, and if I understood your question correctly.
Source:stackexchange.com