Anche questo semplice esempio getta una ValueError: Dependency on app with no migrations: myApp durante python manage.py syncdb myApp/models.py from django.contrib.auth.models import AbstractUser
cl
Dal Django.Contrib.Auth docs: Extending Django’s default User If you’re entirely happy with Django’s User model and you just want to add some additional profile information, you can simply subclass dj