May 2020
Intermediate to advanced
404 pages
10h 52m
English
In the view we defined previously, we used two templates—index.html and view.html. But to make them appear in sync with the design, we'll also set up a base.html template, which will be the master template for the rest of the view templates in the UI.
Since the templates are mostly just HTML boilerplate with little consequence to the vital content of the website, we have provided the code for these files at http://tiny.cc/ordersui-templates. You'll have to save the template files in a folder named templates inside the apiui directory.
At this stage, you'll be able to start up the Django project server and check out the website on your browser by using the following command:
python manage.py runserver
Now that ...
Read now
Unlock full access