django-planet

What's new in Django community blogs?

EuroPython 2021

July 27, 2021 » Paolo Melchiorre » [Archived Version]

EuroPython is the official European conference for the Python programming language.

Read More

Docker & Flask - Nick Janetakis

July 21, 2021 » Django Chat » [Archived Version]

Nick is a freelance developer and educator with courses on Docker, Flask, and web development tips. We discuss Flask 2.0, async, his Running in Production podcast, Docker, deployment, and more.

Read More

Episode 14 - Going Live

July 19, 2021 » Django on Matt Layman » [Archived Version]

On this episode, we will look at what it takes to go live and how to prepare your Django project for the internet. Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we discussed how you can verify that your site works and continues to work. We dug into automated testing and how to write tests for your Django apps. Pick A Python Application Server When you begin to learn Django, the documentation will instruct you to use .

Read More

Maps with Django⁽²⁾: GeoDjango, PostGIS & Leaflet

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 More

Changing choices to a ForeignKey using Django migrations

July 15, 2021 » /var/ - django » [Archived Version]

How to convert a choices field to a ForeignKey using Django migrations

Read More

Making Sense Of Settings

July 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 More

htmx - Carson Gross

July 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 More

Custom Permission Classes in Django REST Framework

July 5, 2021 » TestDriven.io » [Archived Version]

This article looks at how to build custom permission classes in Django REST Framework (DRF).

Read More

GraphQL subscriptions in Django with Ariadne and Channels

July 4, 2021 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

... and what it takes to work with the Django ORM in an asynchronous context.

Read More

Handling Periodic Tasks in Django with Celery and Docker

July 2, 2021 » TestDriven.io » [Archived Version]

This post looks at how to manage periodic tasks with Django, Celery, and Docker.

Read More