Summary
In this chapter, we discussed the Django project structure. We analyzed some of the most important project folders, files, and their functionalities. We saw how a web project can be composed of several applications, and we learned how to create a Django app. We also learned how URLs, views, and templates connect to create web pages. We created a couple of pages and loaded them into our local web server. In the next chapter, we will see how to improve the look and feel of our Django applications by using base templates and a CSS framework.