How can I just enable anonymous user in Django? I mean, what is the minimum I should do to be logged in as anonymous first time I go to my site?
Regards, Arshavski Alexander.
How can I just enable anonymous user in Django? I mean, what is the minimum I should do to be logged in as anonymous first time I go to my site?
Regards, Arshavski Alexander.
If the auth middleware is in place then you're the anonymous user whenever you're not logged in.