Django Framework Basics

Quiz yourself on Django models,views,templates,and URLs.

1. What does MVT stand for in Django?
2. Which file defines URL patterns in a Django app?
3. What is Django's default database backend?
4. Which command creates a new Django project?
5. Which class-based view displays a single object's details?
6. What does Django's ORM allow developers to do?
7. Which file stores project-wide settings like INSTALLED_APPS?
8. What command generates migration files based on model changes?
9. Select all core components of Django's MVT architecture.
10. Which of these are valid Django management commands?
11. Which are features included in Django by default?
12. Django is classified as a 'batteries included' framework.
13. Django templates can include Python code directly using {% python %} tags.
14. What is the command to start the Django development server?
15. Name the Django app that provides a built-in administrative interface (lowercase).
Answered 0 of 0 — 0 correct