News
2023 DSF Board Candidates
There are thirty candidates for the upcoming 2023 Django Software Foundation Board, the non-profit behind Django. DSF Individual Members vote on them.
Django Technical Board: Project Ideas, and beginning GSoC 2023.
The 2023 Google Summer of Code has been announced and Django Fellow Carlton Gibson is soliciting input on project ideas.
Sponsored Link 1
Django Hosting by CodeRed Cloud
At CodeRed, we’re striving to build the world’s easiest Django hosting platform. Go from polls tutorial to production in just a few minutes. Get started with a free account which includes a MariaDB or Postgres database, static + media hosting, and everything you need to run a Django site. No AWS, S3, Docker, or 3rd-party services required!
Articles
Contributing to Django or how I learned to stop worrying and just try to fix an ORM Bug
From attending the DjangoCon US sprints to tackling an ORM bug, Ryan Cheley walks us through the entire process.
Towards Inbox Zero: An update on Django's open ticket count
Django Fellow Carlton Gibson on decreasing by roughly 1/3 the number of Open Accepted Tickets in Django over the last four years.
How to Handle Django Login Redirects with HTMX
How to properly handle Django's login_required
decorator when applied to HTMX or hybrid HTMX/HTML views.
How To Filter Django QuerySets – 15 Examples For Beginners
A tutorial on creating QuerySets with Django ORM and filtering the data. Includes how to convert QuerySets into lists.
Tutorials
Annotated paginator page
Explanation and code to show additional context for a model’s admin list view.
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.
Jobs
Projects
Opus10/django-pgtransaction
A context manager/decorator which extends Django's atomic function with the ability to set isolation level and retries for a given transaction.
vintasoftware/django-virtual-models
Improve performance and maintainability with a prefetching layer in your Django project.