Multistape data send to database

2022-11-03 Thread shiva singh
hello Everyone can anyone give a idea to how can send multistape form data into data base with validation -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to djang

Re: Multistape data send to database

2022-11-03 Thread ritik sahoo
you can use filter attribute to send data to database or by using objects.filter you can get the multiple data from your database you will pass the data in URL(Dynamic URL) () On Thu, Nov 3, 2022 at 2:44 PM shiva singh wrote: > hello Everyone can anyone give a idea to how can send multistape for