eike-welk / clair

Collect prices on E-Commerce sites, and display them in graphical form.
GNU General Public License v3.0
0 stars 0 forks source link

Learn Django Forms #76

Open eike-welk opened 7 years ago

eike-welk commented 7 years ago

Django forms are probably the fastest way to modify simple data.

Compare Django forms with Angular forms, or HTML validation in combination with Angular.

If form verification is done with Angular, it has to be repeated in the API, to ensure coherent data.