Re: inserting data in django using forms

2018-12-29 Thread Saeed Pooladzadeh
Can you please give me an example? On Sat, Dec 29, 2018, 4:53 PM Gear Crew if you use class based view you can use Detailview, CreateView, DeleteView > , UpdateView > and call CRUD Django and I think is so easy from using Function based view > > On Saturday, 29 December 2018 23:26:36 UTC+2, Saeed

Re: inserting data in django using forms

2018-12-29 Thread Mamadou Harouna Diallo
Its ORM object must make a CRUD( creat, insert, read, delete) in a database. You can use forms or not in the back but its ORM mutable data. Sorry my english is bea 😂😂😂 Le sam. 29 déc. 2018 à 21:27, Saeed Pooladzadeh a écrit : > Hello, > > For inserting and editing data in a database should we u

Re: inserting data in django using forms

2018-12-29 Thread Gear Crew
if you use class based view you can use Detailview, CreateView, DeleteView , UpdateView and call CRUD Django and I think is so easy from using Function based view On Saturday, 29 December 2018 23:26:36 UTC+2, Saeed Pooladzadeh wrote: > > Hello, > > For inserting and editing data in a database s

inserting data in django using forms

2018-12-29 Thread Saeed Pooladzadeh
Hello, For inserting and editing data in a database should we use Django forms? thanks Saeed -- 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 django-users+unsu