Start your journey in back-end development with Django and Django REST Framework (DRF). This course will introduce you to Django, setting up a basic project, creating models, and building your first API endpoints.
Overview
Syllabus
- Unit 1: Setting Up Your Django and DRF Environment
- Creating a Django Project Setup
- Fix the Missing Comma
- Fix URL Inclusion in Django Project
- Setting Up Django URL Routing
- Unit 2: Creating a Basic API Endpoint
- Test Your Basic API Endpoint
- Change Django API Endpoint URL
- Enhance Your API Response
- Adding a New API Endpoint
- Fix URL Routing in Django
- Unit 3: Creating the To-Do Model
- Adding a Due Date
- Fixing a KeyError Bug
- Creating a Django Book Model
- Creating Django Car Model
- Unit 4: Creating the To-Do Serializer
- Create a Note Model Serializer
- Modify a Django Serializer
- Debug the Task Serializer
- Create and Test an APIView
- Replace APIVIew with Generics