Skip to Content
Django RESTful Web Services
book

Django RESTful Web Services

by Gastón C. Hillar
January 2018
Intermediate to advanced
326 pages
7h 38m
English
Packt Publishing
Content preview from Django RESTful Web Services

Creating the superuser for Django

Now, we will run the necessary command to create the superuser for Django that will allow us to authenticate our requests. We will create other users later.

Make sure you are in the restful01 folder that includes the manage.py file in the activated virtual environment. Execute the following command that executes the createsuperuser subcommand for the manage.py script to allow us to create the superuser:

    python manage.py createsuperuser

The command will ask you for the username you want to use for the superuser. Enter the desired username and press Enter. We will use djangosuper as the username for this example. You will see a line similar to the following one:

    Username (leave blank to use 'gaston'):

Then, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React

Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React

Art Yudin

Publisher Resources

ISBN: 9781788833929Supplemental Content