andrewtmendoza
andrewtmendoza
> The linux version does not have this setting. > > https://i.imgur.com/ADQsfJx.png Does `docker-compose disable-v2` work? https://docs.docker.com/compose/cli-command/#compose-v2-and-the-new-docker-compose-command
After experimenting further, it seems like `django.contrib.auth.models.BaseUserManager` allows the migrations to run successfully.
@raphaelm what finally worked for me was this: ``` from django.db import models from django.contrib.auth.models import AbstractUser, UserManager from django_scopes import ScopedManager from phonenumber_field.modelfields import PhoneNumberField from tenants.models import Tenant...
I'm wondering the same thing :)