Django doesn’t have multiple users – it only has one user and then based on permissions users can do different things . So, to start off with – there is only one user type in django. If you use the default authentication framework, the model for this user is called User , from django. contrib.