Re: Django Group Project

2020-08-12 Thread Isha Thakur
Please add me as well +1-613-981-7636 Regards Isha From: django-users@googlegroups.com on behalf of Kyasanku Charles Nyombi Sent: August 12, 2020 11:38 AM To: Django users Subject: Re: Django Group Project https://join.slack.com/t/django-champs/shared_invite/z

Re: Can't get rid of "CSRF verification failed. Request aborted.: when submit form with nothing selected

2020-07-30 Thread Isha Thakur
Hi, I think, it can help you. You should never compare the complete HTML content. Just check the functionalities. In case you need disabling the csrf at any cost, following logic should help I guess. In your views.py file, add the following package from django.views.decorators.csrf import cs

Re: Django automatic Logout and and after login it stays on same page

2020-07-30 Thread Isha Thakur
Please help me if someone facing the same issue. Regards Isha From: django-users@googlegroups.com on behalf of Isha Thakur Sent: July 29, 2020 1:28 PM To: django-users@googlegroups.com Subject: Re: Django automatic Logout and and after login it stays on same

Re: Django automatic Logout and and after login it stays on same page

2020-07-29 Thread Isha Thakur
same page by the way how can django logout automatically. I mean user should only be given the access to do so. On Wed, Jul 29, 2020 at 3:37 AM isha thakur mailto:thakurisha1...@gmail.com>> wrote: I am new to Django and using Django 3.0.2. Sometimes Django automatically logout and when I

Django automatic Logout and and after login it stays on same page

2020-07-28 Thread isha thakur
I am new to Django and using Django 3.0.2. Sometimes Django automatically logout and when I try to log in on my website then it stays on the login page but creates a session(I mean, I can see all the buttons which a user will see after login in header and footer). I am not experiencing this iss