May 2018
Beginner to intermediate
526 pages
11h 57m
English
First, we will need to create a user to manage the administration site. Run the following command:
python manage.py createsuperuser
You will see the following output; enter your desired username, email, and password, as follows:
Username (leave blank to use 'admin'): adminEmail address: admin@admin.comPassword: ********Password (again): ********Superuser created successfully.
Read now
Unlock full access