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.
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.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
From our community
Hear what our customers have to say about CodeSignal Learn
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
I love that it's personalized. When I'm stuck, I don't have to hope my Google searches come out successful. The AI mentor Cosmo knows exactly what I need.
Faith Yim
Software Engineer
+14
It's an amazing product and exceeded my expectations, helping me prepare for my job interviews. Hands-on learning requires you to actually know what you are doing.
Alex Bush
Full Stack Engineer
+9
I'm really impressed by the AI tutor Cosmo's feedback about my code. It's honestly kind of insane to me that it's so targeted and specific.
Abbey Helterbran
Tech consultant
+8
I tried Leetcode but it was too disorganized. CodeSignal covers all the topics I'm interested in and is way more structured.
Jonathan Miller
Senior Machine Learning Engineer
+12
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
22 practices
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.