from __future__ import absolute_import from .base import * PASSWORD_HASHERS = ( 'django.contrib.auth.hashers.MD5PasswordHasher', )