I just got done integrating django-registration==0.8 into my project (Django==1.3, Python==2.7) and would now like to add login and registration capabilities to all pages rather than just to /login and /register. Can anyone suggest a clean way to do this without altering django-registration?
I just got done integrating django-registration==0.8 into my project (Django==1.3, Python==2.7) and would now
Share
I m actually trying to solve the same problem and found this. Hope it helps.
http://www.nerdydork.com/django-login-form-on-every-page.html