Tom Turner
Tom Turner
That’s why there is a active fork that’s I have created On Wed, 21 Oct 2020 at 14:49, Adrien Russo wrote: > The contributors seem to have vanished since 2020....
As there are a number of ways to do custom user could you post a copy of your models file.
Have you tried putting the customauth model in the shared app as well as the tenant one. When a user logs into a tenant they will only be able to...
I got it work however I used AbstractUser instead ``` class UserProfile(AbstractUser): company_name = models.CharField(max_length=255, blank=True, null=True) ```
I haven't had time to do this yet. I will try and do this soon however I am currently at Djangocon EU.
Have a look at https://github.com/Corvia/django-tenant-users
Look like the build machine is out of disk space!!!