Search code examples
Do `Users` need to exist in Django for SSO?...

pythondjangodjango-rest-frameworkdjango-authenticationdjango-users

Read More
In Django, how can I store data in my UserProfile table associated with the User table?...

djangodjango-modelsdjango-users

Read More
Issue with createsuperuser when implementing custom user model...

pythondjangodjango-modelsdjango-users

Read More
Multiple USERNAME_FIELD in django user model...

djangodjango-authenticationdjango-users

Read More
Add Profile picture to Django Custom User model(AbstractUser)...

djangodjango-modelsdjango-rest-frameworkdjango-formsdjango-users

Read More
Different model field requirements for superuser vs normal user? django...

djangodjango-modelsdjango-formsdjango-users

Read More
Manually validate a django session id is currently authenticated...

pythondjangodjango-authenticationdjango-sessionsdjango-users

Read More
How to set is_staff to True in Django when a user is created with a specific group selected...

djangodjango-modelsdjango-users

Read More
Django - how to set user create article is by user is logon...

djangodjango-modelsdjango-viewsdjango-admindjango-users

Read More
Django: Create superuser() got an unexpected keyword argument 'password'...

djangodjango-modelsdjango-users

Read More
Sort django users with specific groups on the top...

djangosortingdjango-userscustom-sort

Read More
Add image/avatar field to users...

djangoavatardjango-users

Read More
Why does one user can add only one record in form in django?...

pythondjangodjango-viewsdjango-formsdjango-users

Read More
Should I automatically update my Profile model on User updates?...

djangodjango-modelsdjango-usersdjango-signals

Read More
Trying to filter by user group using class based view with django-tables2, can't access self.use...

djangodjango-viewsdjango-class-based-viewsdjango-usersdjango-tables2

Read More
Display Item requested by user in template (django)...

djangodjango-modelsdjango-templatesdjango-usersdjango-database

Read More
django AbstractUser model 'str' object has no attribute '_meta'...

pythondjangodjango-users

Read More
Using a Custom User the Password Validation from settings are ignored on registration...

djangodjango-authenticationdjango-users

Read More
How to filter active users connected using an extended model class field...

djangodjango-modelsdjango-querysetdjango-users

Read More
How do I add custom field in to model that extends AbstractUser...

pythondjangodjango-users

Read More
How do I restrict access in django?...

djangomodeldjango-users

Read More
How do I eliminate Unique Constraint failure in django?...

python-3.xdjangodjango-modelsdjango-users

Read More
Error when creating user from custom model...

djangodjango-viewsdjango-ormdjango-users

Read More
Django: Reference user's first_name using AbstractUser?...

djangodjango-modelsdjango-admindjango-users

Read More
Profile() got an unexpected keyword argument 'user' while extending django's User model...

djangodjango-modelsdjango-viewsdjango-users

Read More
How to set permissions classes for UserList in a secure way...

django-rest-frameworkviewpermissionsdjango-users

Read More
using User.objects.get_or_create() gives invalid password format in django?...

djangodjango-admindjango-users

Read More
Get Logged user, while updating Model User with UpdateView in Django...

djangodjango-viewsdjango-templatesdjango-authenticationdjango-users

Read More
User deactivation in Django...

djangoslugdjango-users

Read More
How to Save Currently Logged in User to Model in Django...

django-usersdjango-request

Read More
BackNext