Re: Django 1.3 URL resolvers is not working

2011-03-24 Thread Navaneethan
I am using django version 1.2.5 Here could you please point this glitch NavaTux gmail.com> writes: > > Here just i am authenticating a user in django and logout him > > authentication view is working fine and i wriiten a log out view which > is here > > def view_logout(request): > from

Django 1.3 URL resolvers is not working

2011-03-23 Thread NavaTux
Here just i am authenticating a user in django and logout him authentication view is working fine and i wriiten a log out view which is here def view_logout(request): from django.contrib.auth import logout as django_logout django_logout(request) return