relekang / django-nopassword

Authentication backend for django that uses a one time code instead of passwords

Home Page:http://django-nopassword.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use AUTH_USER_MODEL instead of get_user_model() in foreignkey

relekang opened this issue · comments

The place that needs to be fixed: django_nopassword/models.py#L17