Create Rest API Using Django Rest Framework

In this tutorial, we will build the API for a blog app featuring CRUD (Create-Read-Update-Delete) functionality with the Django Rest… Read more

Similar

Happy 20th Birthday, Django

In the early 2000s, I moved to Lawrence, Kansas. I visited the Lawrence Public Library in downtown Lawrence often and unfortunately had no idea that a few blocks away, Django was being created at the Lawrence Journal World. (more…)

Read more »

Richer Django Logging

I recently tested Rich logging with a Django project and the results were good. Here's what it looks like: Note the file and line at the right hand of the terminal which shows were the log function was called. If your terminal supports hyperlinks, you can... (more…)

Read more »