Building a carpool web API with Django (part 5)
In part 4 of our series we installed Django Rest Framework to our project and exposed our first API endpoint for the Users model. In this post we are going t...
In part 4 of our series we installed Django Rest Framework to our project and exposed our first API endpoint for the Users model. In this post we are going t...
In part 3 of our series we added more models to our system. In this post we are going to start working on the REST API. We are going to install the library t...
In part 2 of the series we added some validation to our custom User model as well as unit tests. In this post we are going to create more models – Vehicle, P...
In part 1 of the series we created a custom User model with which we replaced the default model that Django provides. We also added two custom parameters – g...
In this series we are going to create a web API using Django and django-restframeworklibrary.