Session Variables in Django
I’ve been coding in Django for nearly 2 years now and only recently have I needed to code a session variable. It is probably because sessions are mainly to do with login and that was handled by the django-allauth plugin… Read More »Session Variables in Django

