Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to create a superuser in django

$ python manage.py createsuperuser
Username (leave blank to use 'computername'):
Email:
Password:
Password (again):
Superuser created successfully.
//the terminal will not show your password as you type for security reasons
Source by codinggear.blog #
 
PREVIOUS NEXT
Tagged: #How #create #superuser #django
ADD COMMENT
Topic
Name
5+1 =