Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to use set_password method of User model for other models? In general if I want to hash a password can I use any methods of auth package or I should write my own method? (I'm using Django 1.4, Python 2.7)

share|improve this question

1 Answer

up vote 0 down vote accepted
django.contrib.auth.hashers.make_password
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.