May 2020
Intermediate to advanced
404 pages
10h 52m
English
Every Django website is a project. To create one, use this command:
django-admin startproject ordersui
A directory named ordersui is created with the following directory structure:
ordersui/| -- ordersui/| __init.py__| settings.py| urls.py| wsgi.py| -- manage.py
Let's proceed with creating the modules for this project.
Read now
Unlock full access