RE: Django 1.8: subclass AbstractUser, App 'auth' doesn't have a 'myuser' model.

2015-10-14 Thread syl pingus
Hello Norberto, In your first example, I think the name of your apps in the apps.py config file conflicts with the core Django auth module and it could explains the second exception you get. When you use a custom model in Django, the "migrate" command always create additional table for group a

RE: Django 1.8: subclass AbstractUser, App 'auth' doesn't have a 'myuser' model.

2015-10-15 Thread syl pingus
x27;myuser' model. > To: django-users@googlegroups.com > > 2015-10-14 15:21 GMT-03:00 syl pingus : > > Hello Norberto, > > > > In your first example, I think the name of your apps in the apps.py config > > file conflicts with the core Django auth module and i