Building a carpool web API with Django (part 2)
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 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...
When I was still in university I failed a job interview because I did not know the architecture I was using in my project (embarrassing). Since that day I de...
Imagine you have data set that contains 10 000 items that you need to display in your application. Loading all these items before rendering them on the scree...