Building a carpool web API with Django (part 4)
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 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.
Over the past 18 months I have been doing a lot of Python programming in my side projects as well as at work. In all my projects I always find myself needing...