Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-users

Django - check if two password hashes are of same raw password

In Django, restrict users to particular urls

How to change the user display name to their first name in Django

python django django-users

Django: when creating custom user, ValueError: Dependency on unknown app

How to get the current user in custom save method?

python django django-users

Get Django Custom user model listed under admin app `Authentication and Authorization`

Django: error with "username" in my custom user model - 'UserProfile' object has no attribute 'username'

How to extend UserCreationForm with fields from UserProfile

Why can't I authenticate a Django user created from a custom manage.py command?

Django createsuperuser throws django.core.exceptions.FieldDoesNotExist: User has no field named ' ' error

python django django-users

How can I check if an user is superuser in django

How do I define multiple user types in Django using the existing User model?

python django django-users

django 1.6 authentication in Custom User model

django django-users

Implementing multiple administration levels in Django

Marking users as new when created via a backend's authenticate in Django

InconsistentMigrationHistory error with custom django user model

In Django, when I call User.objects.create_user(username, email, password) - why does post_save get called twice?