Re: Prevent Multiple Device Login for a User in Django using Middleware

2021-03-14 Thread Saurabh Pandey
did you get answer, can u tell here plz? On Thursday, 13 August, 2020 at 12:52:29 am UTC+8 RAMIRO MAGAÑA wrote: > Prevent Multiple Device Login for a User in Django using Middleware > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscr

Don't allow concurrent login from a user

2021-03-14 Thread Saurabh Pandey
Hi, Need suggestion on how i can implement the below a user U1 is logged into my website. he opens incognito mode and again tries to login, expecatation is that his login will be denied saying you are already logged in. i tried below but seems not working. ( on stack overflow there are answers

data table refresh with Django

2020-11-04 Thread Saurabh Pandey
t;: true, "recordsFiltered": 10, "destroy": true, }); $('#example2').DataTable({ "paging": true, "lengthChange": false, "searching": false, "ordering": false,

Re: Wants to make webpage auto reload whenever database is update.

2020-09-19 Thread Saurabh Pandey
hi Unnati can u help how it worked. i have same issue where i need to restart server to get latest data otherwise it is not updating fresh data. On Sunday, 26 November, 2017 at 8:39:34 pm UTC+8 Unnati C wrote: > it's working, Thanks... > > > On Sunday, November 26, 2017 at 11:24:39 AM UTC+5:30,

refresh template with recent data from view

2020-09-19 Thread Saurabh Pandey
//update your DOM with new data recieved in **data** } }); setInterval(updateTable,2000); I will be grateful if anyone can help me by giving direction. Thanks & Regards Saurabh Pandey -- You received this message because you are subscribed to the Google Groups "D