Answer the question
In order to leave comments, you need to log in
How to transfer data from dynamic inputs to database?
Django project. There is a certain table which data is deduced from the SQLite database.
The table has a viewing and editing mode
Using inputs, you can edit the table and add new columns and rows. They are added using js.
After pressing the "send" button, the data from the inputs should be sent to the database. How can I make django go through the entire page and add the data from the inputs to the database?
Answer the question
In order to leave comments, you need to log in
to make django look at the whole page
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question