I found the issue. I left mezzanine.accounts enabled, while my custom user model had a foreign key to self. So, this method def get_profile_user_fieldname(): inside __init__.py was causing this issue.
On Wednesday, June 17, 2015 at 3:15:01 PM UTC+10, Mario Gudelj wrote: > > Hi list, > > I need some help before I stab myself in the eye. > > I’m getting “InterfaceError at /admin/contacts/customer/1/ connection > already closed” when I try to save my custom user model inside admin. > > This is my models.py in my custom user app http://dpaste.com/00SR1VA > > And my admin.py http://dpaste.com/247X2H5 > > I can retrieve users, I can create them via shell, but when I try to save > the admin form I get that error > > Django 1.6.11 > > Stacktrace http://dpaste.com/3BYVP4W > > If anyone has any ideas I'd really appreciate it. > > Cheers, > > Mario > > > > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
