Re: Error to customize a user

2014-04-30 Thread alTus
You don't have `has_perm` and `has_module_perms` methods defined in your user model while they are required: https://docs.djangoproject.com/en/1.5/topics/auth/customizing/#custom-users-and-django-contrib-admin Not sure if it would help coz traceback is not about them but you can at least try and

Error to customize a user

2014-04-30 Thread Lucas Simon Rodrigues Magalhaes
Hello, I have a problem when rendering my admin after creating a custom user. I followed the tutorial of Django [1] documentation and also Subclass AbstractBaseUser section of the book Twoo Scoops of Django. The error is described in this gist [2] and the code is in this repository [3]. Th