Re: I created a table view based on django that loads the whole data and is now having performance issues

2018-09-08 Thread Savvey Chauhan
if you want to increase data related performance , useselect_related or prefetch related On Sat, Sep 8, 2018 at 11:35 PM xcode101 wrote: > What do you mean by table view? More so how is data loaded? > > On Saturday, 8 September 2018 19:21:54 UTC+3, brajesh kumar wrote: >> >> I created a t

Re: How to save multiple model form in one template?

2018-09-08 Thread Savvey Chauhan
First Create 3 Views For each form . Second Create urls for all 3 views . THiRD CHANGE ACTION URL ACCORDING TO VIEWS URL ADD AJAX TO SUBMIT THE FORM IF YOU WANT TO DISPLAY A TOAST MESSAGE USE TOASTR ON HTML PAGE. eg : {% csrf_token %} First Name: Last Name