Learn Django Rest Framework to build basic APIs with CRUD operations. Discover how to implement filtering, sorting, and basic authentication. Ideal for developers seeking to create efficient and secure applications using Python's powerful frameworks.
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.
Enhancing Your To-Do API with Filtering, Sorting and Pagination
4 lessons
Course 4
Testing in Django REST Framework
4 lessons
Course 5
Advanced Database Schema Design in Django
4 lessons
Course 6
User Authentication and Permissions in DRF
3 lessons
Turn screen time into skills time
Practice anytime, anywhere with our mobile app.
Join the 1M+ learners on CodeSignal
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
16 practices
This course covers CRUD (Create, Read, Update, Delete) operations using Django REST Framework. Master adding, retrieving, updating, and deleting To-Do items through API endpoints.
Enhance the functionality of your API with filtering, pagination, and sorting. This course helps you manage large datasets and ensure your APIs are efficient and user-friendly.
Switch from manual testing with `send_request.py` to automated testing using Django REST Framework's built-in testing capabilities. This course will help you understand the basics of writing tests for your API endpoints, improving reliability, and ensuring your code functions as expected.
Elevate your Django skills by mastering advanced database schema designs. This course will cover one-to-one, one-to-many, and many-to-many relationships in Django models. You'll learn to model relationships effectively and understand how to set up serializers and views for these complex structures.
Learn to secure your API endpoints by adding user authentication and permissions. This course covers user registration, login, and protecting your API endpoints to only allow authenticated users.