In this section, youâre going to build your Django application. In order to move forward, youâre going to need to have gone through all of the previous section so that your environment is fully set up.
Youâre going to learn about development by error messages and develop your example app following the error messages. Youâll build your routes, create a view, create a template, and add Bootstrap to your app.

john09 on Oct. 9, 2019
I’ve only gotten through part 1 and 2, but I will say this is an excellent tutorial so far. Very well organized, easy to understand. Looking forward to building my first Django app!