July 18, 2021 » Paolo Melchiorre » [Archived Version]
A quickstart guide to create a web map with the Python-based web framework Django using its module GeoDjango, the PostgreSQL database with its spatial extension PostGIS and Leaflet, a JavaScript library for interactive maps.
Read MoreJuly 15, 2021 » /var/ - django » [Archived Version]
How to convert a choices field to a ForeignKey using Django migrations
Read MoreJuly 15, 2021 » Django on Matt Layman » [Archived Version]
In the last Understand Django article, we looked at a storage concept in Django called sessions. Sessions provide a solution to problems like “How does Django know when a user is logged in?” or “Where can the framework store data for a visitor on your app?” With this article, you’ll learn about Django settings and how to manage the configuration of your application. We’ll also look at tools to help you define your settings effectively.
Read MoreJuly 7, 2021 » Django Chat » [Archived Version]
Carson is the creator of htmx (formerly intercooler.js), which allows for AJAX, CSS Transitions, WebSockets, and Server Sent Events directly in HTML: no JavaScript required.
Read MoreJuly 5, 2021 » TestDriven.io » [Archived Version]
This article looks at how to build custom permission classes in Django REST Framework (DRF).
Read MoreJuly 4, 2021 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
... and what it takes to work with the Django ORM in an asynchronous context.
Read MoreJuly 2, 2021 » TestDriven.io » [Archived Version]
This post looks at how to manage periodic tasks with Django, Celery, and Docker.
Read MoreJune 27, 2021 » TestDriven.io » [Archived Version]
In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to DigitalOcean.
Read MoreJune 23, 2021 » TestDriven.io » [Archived Version]
This article looks at how the built-in permission classes work in Django REST Framework.
Read More