]> git.parisson.com Git - django_quiz.git/commit
Use settings.AUTH_USER_MODEL rather than auth.User.
authorJohn Gill <swfiua@gmail.com>
Mon, 2 Feb 2015 19:39:14 +0000 (15:39 -0400)
committerJohn Gill <swfiua@gmail.com>
Mon, 2 Feb 2015 19:39:14 +0000 (15:39 -0400)
commit9416c05cd447e3aa40a2351684f2105dafa95e13
tree7c32fa20b88d6e9736f3b75e8e720c71f307a5ab
parent05761f35c88fe4ce452319fa8fbe2e1d2aec4015
Use settings.AUTH_USER_MODEL rather than auth.User.
This is needed when using djang-allauth, since it replaces
auth.User with its own class.
quiz/models.py