Django 1.8. You must add an additional field to the user account. I am trying to make two different examples http://dunmaksim.blogspot.ru/2015/05/django-18.html and http://www.ruspython.com/blog/izuchaem-django-i-angularjs-1-rasshiryaem -vstroennuyu-model-user / But it turns out some nonsense: there are standard tables auth _... and appear for the custom model, but the lists of users in them are different. How to make it so that everywhere (when logging into the admin panel, when displaying the list of users in the admin panel, when creating createsuperuser, etc.), the same users are used?
Update: I try to do it through creating my own UserProfile model with User fields and an additional field. Based on this instruction (part 1) http://www.odmin4eg.ru/tag/django-registration/ I did it by example, but nothing has changed in the admin area. The table in the database was created.