On Sat, Oct 17, 2009 at 1:42 PM, Raashid Malik <[email protected]> wrote: > I have a custom page e.g home and i want to have login functionality on this > page. I m using django registration module for django login and > registrations process. Now i m totally blank on how to implement this. Plz > help > > > Thanks, > Raashid Malik > >
Raashid: I think everything you need is here: http://docs.djangoproject.com/en/dev/topics/auth/#how-to-log-a-user-in You'll either use these functions, or import the login view from django.contrib.auth.views and maybe subclass the login form from django.contrib.auth.forms. Shawn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

