Chapter 2. Django Quick Start Guide
This chapter covers key steps to start app development using Django, including the development environment setting and guidance to create a static web page using the Django framework.
By the end of this chapter, you'll be able to render "Hello World!" on your local web browser using Django.
The following lessons are covered in this chapter.
Lessons in this chapter
- Install Python
- Install Visual Studio Code
- Create Project Directory
- Set Up Virtual Environment
- Install Django
- Start Django Project
- Run Server
- Database Migration
- URL dispatcher – urls.py
- Create Superuser
- Start App
- Create HTML Templates
- Create Views
- Add URL Patterns
- Project vs. App