How can I make my input in my templates save in same template page and in database using Django

Viewed 37

I created a model. I want my input data from my template page to show on that same page after clicking submit and that same data should save in my database in the model.

0 Answers
Related