In this tutorial, we will build the API for a blog app featuring CRUD (Create-Read-Update-Delete) functionality with the Django Rest… (more…)
Read more »
In this video, I will show you how to set up a very basic blog using Django in less than 20 minutes. I begin the video with a short introduction and then I c... (more…)
Read more »
In this article you will learn how to build a simple REST API using Django REST Framework. The code in this article was written with Python 3.6, Django 1.11 and DRF 3.6 in mind. (more…)
Read more »
Building a social network isn't just a really cool project, but it's also a project that can teach you a lot of new cool things. In this video we will begin ... (more…)
Read more »
This post describes, in detail, one possible approach for accepting payments with Paddle in a Django app. (more…)
Read more »