Create Superuser django

Created at 31-May-2023 , By samar

PS E:\laragon\www\playground\djangolearn> python manage.py createsuperuser
Username (leave blank to use 'kumar'): samar
Email address:
Password:
Password (again):
This password is too short. It must contain at least 8 characters.
This password is too common.
This password is entirely numeric.
Bypass password validation and create user anyway? [y/N]: y
Superuser created successfully.

To create the Django super user, you can follow these steps.

1 Open a terminal or command prompt.

2 Navigate to the root directory of your Django project.

3 Run the following command to create a new superuser account.

python manage.py createsuperuser

4 You will be prompted to enter a new username, email (optional), and password for the superuser. Enter the required information and press Enter.

Note: Make sure to provide a unique username that is not already taken by an existing user.

  1. Django will create the new superuser account and display a success message.

Now, you can use the newly created username and password to log in to the Django admin interface.

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

Don't forget to share this article! Help us spread the word by clicking the share button below.

We appreciate your support and are committed to providing you valuable and informative content.

We are thankful for your never ending support.