Building a carpool web API with Django (part 7)
Happy New Year! I hope you had a wonderful time during the December holidays. Myself I had so much fun at my rural home in Zimbabwe where the we were celebra...
Happy New Year! I hope you had a wonderful time during the December holidays. Myself I had so much fun at my rural home in Zimbabwe where the we were celebra...
In part 5 of our series we added more endpoints to our API. In this very short post we are going to add filtering support to our trips endpoint to allow user...
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...