Re: Django custom auth_user_model error

2016-05-17 Thread JJ Williamson
I'm still a bit of a noob but I say you go back to default settings and create another model which has a OnetoOne relationship with the User model that way you can add additional fields about a user account & etc and not break things on the backend. from django.contrib.auth.models import User

Django custom auth_user_model error

2016-05-12 Thread Dave N
I've been trying to customize a django auth_user_model, and it has led me to the latest error/issue, which can be found here: http://stackoverflow.com/questions/37197771/django-attributeerror-usermanager-object-has-no-attribute-create-superuser Please help get me out of Django config hell, so I