a new user has to be created with default password an email to the user will go automatically after it's creation django python code example
Example 1: django import user
from django.contrib.auth.models import User
Example 2: import login required
from django.contrib.auth.decorators import login_required