how do i save a variable in html file in order to send it to a database through Django?
So I've made a counter on Django using HTML and JS,
HTML/JS then used this as a template on django Views.py, now i want to save the counter number to a MySQL database, how would i do this tho? Is it possible with just using a template?
Im new to Django so I'm sorry in advanced.