create django user command line

python manage.py createsuperuser

createsuperuser command in Django is used to create a new superuser account for the application.

After running the command, you will be prompted to enter a username for the new superuser.

Then, you will be prompted to enter an email address for the new superuser.

Next, you will be prompted to enter a password for the new superuser. The password will not be displayed on the screen for security reasons.

Finally, the command will confirm the creation of the superuser account.

Once confirmed, you can use the newly created superuser account to access the Django admin interface and perform administrative tasks.