Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How to simulate a broken database connection for testing in Django
-
ruff: An extremely fast Python linter, written in Rust.
-
The Django Book — Django Book 0.1 documentation
-
django-tenants | Read the Docs
-
Issue #117 | This Week in Wagtail
-
jazzband/django-auditlog: A Django app that keeps a log of changes made to an object.
A Django app that keeps a log of changes made to an object. - jazzband/django-auditlog: A Django app that keeps a log of changes made to an object. -
citusdata/django-multitenant: Python/Django support for distributed multi-tenant databases like Postgres+Citus
Python/Django support for distributed multi-tenant databases like Postgres+Citus - citusdata/django-multitenant: Python/Django support for distributed multi-tenant databases like Postgres+Citus -
What **kwargs are & when to use them in your Django project
Really clear explanation of **kwargs and when to use them. -
Uniform error response in Django Rest Framework · Redowan's Reflections
-
adamghill/django-unicorn: The magical reactive component framework for Django ✨
The magical reactive component framework for Django ✨ - Issues · adamghill/django-unicorn -
cookiecutter/cookiecutter-django: Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. - cookiecutter/cookiecutter-django: Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. -
Modal forms with Django+HTMX | Good Code Smell
In this article we’ll use Django and HTML how to implement a modal dialog containing a form with server side validation. -
clokep/django-render-block: Render the content of a specific block tag from a Django template.
Render the content of a specific block tag from a Django template. - clokep/django-render-block: Render the content of a specific block tag from a Django template. -
Organisation d’une application Django – Sam & Max
-
Opus10/django-pgpubsub: A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.
-
djangorocket: a Django SaaS boilerplate framework powered by Cookiecutter
https://news.ycombinator.com/item?id=34401766 -
Django: How to Log Users In With Their Email
Nice step by step explanation of overriding the Django user model. -
Wagtail CMS - Django Content Management System
-
Django Ninja
-
dmpayton/django-admin-honeypot: A fake Django admin login screen page.
-
Django ORM - Examples and Practice Problems
https://archive.ph/Rk39U https://old.reddit.com/r/djangolearning/comments/10eu0mt/django_querying_mastery_only_in_6_min_read/ -
jsocol/django-jsonview: Return Python objects, always get JSON.
-
Upgrade Django
-
How to use Django with Uvicorn | Django documentation | Django
(and gunicorn) -
Adding a Datasette ASGI app to Django | Simon Willison’s TILs