Oh silly me. I was not returning user in the HttpResponse. I don't why I assumed that it would be automatically available. Thanks all.
On Mon, Jun 20, 2011 at 9:13 PM, Kenneth Gonsalves <[email protected]> wrote: > On Mon, 2011-06-20 at 16:15 -0500, Kevin Miller wrote: >> Can anyone please tell me how to integrate session management with >> django-registration. Google did not help me that much. > > do you have this line in settings.py: > TEMPLATE_CONTEXT_PROCESSORS = ( > 'django.core.context_processors.request', > -- > regards > KG > http://lawgon.livejournal.com > Coimbatore LUG rox > http://ilugcbe.techstud.org/ > > -- > 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. > > -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7 -- 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.

