News
Django bugfix release: 4.1.3
Django 4.1.3 fixes a bug in 4.1.2 and adds compatibility with Python 3.11.
2023 DSF Board Nominations (Final Day!)
Applications for the 2023 Django Software Foundation Board of Directors are now open until November 4th. Please consider running.
Articles
How to Handle Django Forms within Modal Dialogs
How to use django-crispy-forms
with htmx to provide a form with server-side validation in a modal dialog.
Static-Dynamic Content With In-Memory SQLite
Andrew Godwin's overview of mixing static content with in-memory SQLite without leaving Django behind.
Django Performance Improvements - Part 4: Caching in Django Applications
The 4th in a series on improving performance in Django applications, this one focuses on ways to improve the speed via different forms of caching.
My First DjangoCon
A personal look at DjangoCon US and all the events/interactions that make it special.
django-upgrade Mega Release 1.11.0
django-upgrade 1.11.0 has many new features and fixes that warrant a mention if you haven't used it before.
Events
Become a PyCon US 2023 Volunteer!
There are many ways to get involved if you are interested in serving the community and meeting others as part of the team who makes the conference possible!
Tutorials
How to Filter Django QuerySets - 15 Examples For Beginners
A really good tutorial on creating QuerySets with Django ORM and filtering the data. Includes how to convert QuerySets into lists.
Git: How to enable autocorrect
You can configure Git to actually run the first match automatically. This saves you a few seconds each time you make a typo.
Sponsored Link 2
Now Hiring Software Engineers
Are you interested in building the next generation MLOPS Platform in Django? Apply today! Ampsight, Inc. is a small but quickly growing government services technology company located in Ashburn, Virginia, recently recognized by Inc. 5000 as one of the fastest growing companies in the United States.
Projects
lincolnloop/django-production
An experimental look at adding production-ready settings for Django. Based on discussion on django-developers.
oliverandrich/django-tailwind-cli
Django and Tailwind integration based on the prebuilt Tailwind CSS CLI.
occipital/django-consistency-model
DCM is a set of tools that helps you to keep your data in your Django Models consistent.