Re : Need help in django database related

2021-10-13 Thread Avi shah
I want to build an platform where admin can add events and I want end users to register for that event , so how do I save the data/registration of the user for that particular event , how can i create dynamic tables like 1 table for 1 event or is there some other logic behind it? Thanks in advance

Re: Child data table in Django

2021-10-13 Thread Eugene TUYIZERE
Dear Sebstian, Thank you for your email. Frankly speaking I do not have the code for that kind of table. I used to use the usual datatable but now I want to implement the one with child row as the image I attached previously. Regards, On Wed, 13 Oct 2021 at 15:30, Sebastian Jung wrote: > Hello

Re: Child data table in Django

2021-10-13 Thread Sebastian Jung
Hello eugene, You have implement also jquery >= 3.5.1 and datatablea.min.js Please show us your html code and javascript code that open row when you click on this item... Regards Eugene TUYIZERE schrieb am Mi., 13. Okt. 2021, 14:05: > Dear All, > > Kindly assist me to have a tutorial or code

Re: Child data table in Django

2021-10-13 Thread Eugene TUYIZERE
I want to make the same as this below but using django. That is what I want. The data are in one table but display shows child table https://datatables.net/examples/server_side/row_details.html any one help please On Wed, 13 Oct 2021 at 14:28, Ammar Mohammed wrote: > Hello Dear > > You can us

Re: Child data table in Django

2021-10-13 Thread Ammar Mohammed
Hello Dear You can use djangos prefetch_related in the docs : prefetch_related()¶ prefetch_related(**lookups*)¶

OnlineBook - High Performance Django

2021-10-13 Thread Brent Clark
Good day Guys I got this off news.python.sc, and thought I would share in case anyone misses it. https://lincolnloop.com/high-performance-django/index.html Definitely some tidbits of information, esp to areas of securing and performance improving. HTH Regards Brent -- You received this m

Child data table in Django

2021-10-13 Thread Eugene TUYIZERE
Dear All, Kindly assist me to have a tutorial or code to make this kind of table in django. I failed to do this from the datatable .net tutorial. [image: image.png] regards, -- * Eugene* -- You received this message because you are subscribed to the Google Groups "Django users" group. To uns