Begin your journey in back-end engineering by learning the essentials of Django. This course covers setting up a simple server, handling routes, serving static files, and managing basic middleware and errors.
Overview
Syllabus
- Lesson 1: Setting Up a Basic Django Project
- Lesson 2: Serving Static Files in Django
- Lesson 3: Basic Middleware and JSON Responses
- Lesson 4: Adding URL Parameters and Query Parameters
- Lesson 5: Handling 404 Errors in Django