Superuser create in Django.
Creating an admin user
First, we’ll need to create a user who can log in to the admin site. Run the following command:
Enter your desired username and press enter.
Email address: [email protected]
Password: ********** Password (again): ********* Superuser created successfully.