Top "Django-users" questions

User model is the default model in Django.

get current user for 'created_by' field in model class

I'm currently working on a Django app, and I'm trying to set the current user as default on a model, …

django django-models django-users django-request
Django admin - how to hide some fields in User edit?

How can I hide fields in admin User edit? Mainly I want to hide permissions and groups selecting in some …

django django-admin django-users
Django - Removing username from user model

In order to create a new user model in Django 1.5.x, there are two approaches: Inherit AbstractUser class which is …

django django-users