Python Django: Inline edit and sub-total automatic

97 Views Asked by At

I have a simple application for forecasting hours in projects for team members. The 'view' mode: enter image description here

For the "edit" mode I have this interface: enter image description here

Instead of a new view/template for "edit" I would like to have inline edit functionality. Is that feasible with Python Dango only as I don't want to use jquery or JavaScript.

Similarly, can the sub-total be calculated automatically on the page just using Python Django?

0

There are 0 best solutions below