mjschultz / django-inviter2

Let your users invite new users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allowing for custom user models

chadgh opened this issue · comments

Could we get an update that would work with custom user models?

Instead of importing the User model from django.contrib.auth.models import User, doing the following:

from django.contrib.auth import get_user_model
User = get_user_model()

As it stands now this project doesn't work with custom user models.