Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

django register form return a 302 request

#I had the same problem turns out I was not following password setup instructions provided to me by the Django registration

	#Your password can’t be too similar to your other personal information.
	#Your password must contain at least 8 characters.
	#Your password can’t be a commonly used password.
	#Your password can’t be entirely numeric.


 
PREVIOUS NEXT
Tagged: #django #register #form #return #request
ADD COMMENT
Topic
Name
3+6 =