Django Get All Users March 12, 2023 by Tarik from django.contrib.auth import get_user_model User = get_user_model() users = User.objects.all()