79219770

Date: 2024-11-24 09:46:28
Score: 1.5
Natty:
Report link

where should i code? at views.py or at the html file?

In the view, definitely. A template is only meant for rendering logic, so presenting the data you already retrieved in a nice way. The view is responsible to retrieve the data or update data.

Reasons:
  • Blacklisted phrase (1.5): where should i
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): where
  • High reputation (-2):
Posted by: willeM_ Van Onsem