May 2020
Intermediate to advanced
404 pages
10h 52m
English
To create the admin user, we use the following command:
python manage.py createsuperuser
We can now migrate the database change by using the following commands:
python manage.py makemigrationspython manage.py migrate
An output similar to the following is produced:

Now, let's secure the billboard postings using the reCAPTCHA tool.
Read now
Unlock full access