Learn Before
Concept

Creating the Home Page View in Django

The home page is the simplest view in the entire project as all it does is display an HTML page. A CBV was used because there is an easy to use generic view with all the functionality required - the TemplateView.

0

1

Updated 2021-03-30

Tags

Python Programming Language

Data Science