django-planet

Feed: Valentino Gagliardi - Django RSS Feed

Valentino Gagliardi

django-filter: filtering a foreign key model property

Sept. 6, 2024 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

How to filter a foreign key model property with django-filter.

Read More

Single-pages without the single-page with django2-tables, django-filter, and htmx

Feb. 12, 2023 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

Building sortable/filterable tables with django2-tables, django-filter, and htmx!

Read More

Authenticating users in Graphql with Django session authentication

Dec. 18, 2021 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

Quick notes about working with GraphQL and Django session authentication.

Read More

How to load a Service Worker in Django

Sept. 24, 2021 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

Loading a Service Worker in Django might be tricky. Let's see how to make it work in this brief post!

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

How to test a Django ModelForm

June 5, 2021 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

Learn how to test a Django ModelForm in isolation in this brief tutorial.

Read More

Testing Django with Cypress, how nice!

Dec. 19, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

In this post I share some recipes for testing Django with Cypress, with a focus on the authentication flow.

Read More

A Vue.js workflow for Django

Dec. 7, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

A Vue.js workflow for Django which I found out working well for most use cases.

Read More

Django Testing Cheat Sheet

Nov. 19, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

A cheat-sheet of common testing recipes for Django applications.

Read More

Detecting N+1 queries in Django with unit testing

Nov. 6, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]

Too lazy to install Django debug toolbar or nplusone? Uncover N+1 queries in Django with a unit test!

Read More