Overview
Learn to build robust back-end systems with Django. This path covers project setup, routing, SQLite3 integration, CRUD operations, and a full-featured To-Do app with authentication and real-time updates.
Syllabus
- First Steps Into Back-End Engineering with Django
- 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.
- Managing Data with SQLite and Django ORM
- 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.
- Retrieving and Manipulating Data with Django ORM
- Dive deeper into CRUD operations with Django ORM in this course. Learn to efficiently retrieve, update, and delete records, and handle complex queries to manage data in your Django applications effortlessly.
- Building a Full-Featured To-Do List Application
- Apply your skills to build a robust To-Do list application using Django and SQLite3. This course covers user authentication, protecting routes with middleware, data validation, and implementing real-time updates with Django Channels.
Courses
-
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.
-
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.
-
Dive deeper into CRUD operations with Django ORM in this course. Learn to efficiently retrieve, update, and delete records, and handle complex queries to manage data in your Django applications effortlessly.
-
Apply your skills to build a robust To-Do list application using Django and SQLite3. This course covers user authentication, protecting routes with middleware, data validation, and implementing real-time updates with Django Channels.