Tuesday, October 21, 2014

Re: View didn't return an HttpResponse object

Thank You, once again it help :)

W dniu poniedziałek, 20 października 2014 23:55:28 UTC+2 użytkownik Collin Anderson napisał:
Hello,

from django.contrib.auth import logout,login,authenticate,password_change
I think you want:
from django.contrib.auth import logout,login,authenticate
from django.contrib.auth.views import change_password

Collin

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1b57667f-f4fc-4e85-9487-be337cf20c53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment