Master data management by integrating SQLite3 into your Django applications using Django's ORM. This course will guide you through setting up a database connection, creating and managing data models, and performing data validations.
Overview
Syllabus
- Unit 1: Installing and Connecting to SQLite3
- Run Your Django SQLite App
- Updating SQL Queries
- Retrieve Data with Web-slinging Superheroes
- Unit 2: Defining and Exporting Django Models
- Run the Django Items Example
- Add a Category Field
- Fix the Django Song Model
- Adding a Genre Field
- Unit 3: Integrating SQLite3 with Django ORM and Creating a Model
- Integrate SQLite3 with Django ORM
- Change Todo Model to Superhero Model
- Fix the Todo Model Bug
- Fill in Django Superpower Model
- Create a Celebrity Model
- Unit 4: Creating Relationships Between Models
- Creating Relationships Between Models
- Add a Priority Model
- Fix the Relationships in Models
- Creating Song Model
- Creating Relationships Between Models
- Unit 5: Validating Data with Django
- Run Data Validation in Django
- Update Validation Rule for Task
- Data Validation Bug Fixing
- Custom Validation for Todo Tasks
- Data Validation with Django Copies
Reviews
5.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
Managing Data with SQLite and Django ORM" is an excellent resource for anyone looking to strengthen their skills in database management with Django. The explanations are clear, practical, and beginner-friendly, yet detailed enough to benefit interme…