In Django, views have to be created in the app views.py file.

🎲 Try a Random Question  |  Total Questions in Quiz: 20  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Django Practice Test — practice the complete quiz, review flashcards, or try a random question.

Django is a free and open-source, Python-based web framework that follows the model–template–views architectural pattern. It is used to make backend web applications based on Python


In Django, views have to be created in the app views.py file.