Chapter 1. Django Key Concepts
This chapter covers key concepts used in Django, a Python-based full-stack web framework. If you are a beginner in programming, you may have difficulties understanding some concepts or terms. However, it is essential for you to start familiarizing yourself with those new concepts or terms. You can first skim through this section and revisit this chapter later after reading other chapters, which are more tangible.
The following lessons are covered in this chapter.
Lessons in this chapter
- Web Framework and Django
- Websites vs. Django Web Apps
- How Django Handles HTTP Request and HTTP Response
- Django's MVT Framework
- Django Templates vs. Django APIs