Hello Samarjeet,
“Can I do this?” and “How can I do this?” questions also go to django-users.
May I kindly suggest writing to the django-users mailing list until someone
tells you an issue you’re facing is likely a bug in Django that hasn’t been
reported yet ?
Then you can create a ticket on h
Right now what django is doing is :-
1. It checks the session id is correct or not by checking the user
associated with the session id
2. If the session id is not present it send the user as anonomous and
because of which it redirects one to the login page .
3. But my concern is that if i want t
Right now what django is doing is :-
1. It checks the session id is correct or not by checking the user
associated with the session id
2. If the session id is not present it send the user as anonomous and
because of which it redirects one to the login page .
3. But my concern is that if i want t