This webpage is Part 3 of a tutorial series for building a first app with Django. It covers the continuation of developing a web-poll application with a focus on creating the public interface or "views". The tutorial explains the concept of views as specific types of web pages within a Django application, how URLs are mapped to respective views using URLconfs, and demonstrates how to add more views to the app.
Django | Writing your first Django app, part 3 | Django documentation