Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Docker Healthcheck for Celery Workers | distributedpython
-
Brenton Cleeland - Deploying Django apps with Github Actions and Django Up
Personal site of Brenton Cleeland -
jazzband/django-simple-history: Store model history and view/revert changes from admin site.
-
GitHub - andrewgodwin/django-hatchway: An unsurprising Django API framework
-
revsys/django-health-check: a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.
A pluggable app that runs a full check on your Django deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc. Also allows for the user to build their plugins to check other things. -
django-prose: Wonderful rich-text editing for your Django project
https://stateofprogress.blog/2023/02/01/django-prose-wonderful-rich-text-content-editing-for-django -
https://news.ycombinator.com/item?id=34739344
-
Deploying a Django App to Google App Engine | TestDriven.io
-
Effectively Using Django REST Framework Serializers | TestDriven.io
This article looks at how to use Django REST Framework (DRF) serializers more efficiently and effectively. -
django-distill: Minimal configuration static site generator for Django
https://django-distill.com/ -
The Django Developer's Guide to Vite - CTRL Z Blog
-
james.walters.click - What Django Deployment is Really About
Thoughts and lessons learned along the path of software development. -
Static site generator for Django - Django Distill
-
Using the Django messages framework with HTMX | Good Code Smell
-
Status codes - Django REST framework
“HTTP_400_BAD_REQUEST HTTP_401_UNAUTHORIZED HTTP_402_PAYMENT_REQUIRED HTTP_403_FORBIDDEN HTTP_404_NOT_FOUND HTTP_405_METHOD_NOT_ALLOWED HTTP_406_NOT_ACCEPTABLE HTTP_407_PROXY_AUTHENTICATION_REQUIRED HTTP_408_REQUEST_TIMEOUT HTTP_409_CONFLICT HTTP_410_GONE HTTP_411_LENGTH_REQUIRED HTTP_412_PRECONDITION_FAILED HTTP_413_REQUEST_ENTITY_TOO_LARGE HTTP_414_REQUEST_URI_TOO_LONG HTTP_415_UNSUPPORTED_MEDIA_TYPE HTTP_416_REQUESTED_RANGE_NOT_SATISFIABLE HTTP_417_EXPECTATION_FAILED HTTP_422_UNPROCESSABLE_ENTITY HTTP_423_LOCKED HTTP_424_FAILED_DEPENDENCY HTTP_426_UPGRADE_REQUIRED HTTP_428_PRECONDITION_REQUIRED HTTP_429_TOO_MANY_REQUESTS HTTP_431_REQUEST_HEADER_FIELDS_TOO_LARGE HTTP_451_UNAVAILABLE_FOR_LEGAL_REASONS” -
blb-ventures/strawberry-django-plus: Enhanced Strawberry GraphQL integration with Django
Enhanced Strawberry GraphQL integration with Django - blb-ventures/strawberry-django-plus: Enhanced Strawberry GraphQL integration with Django -
Learn Django by Building an Online Marketplace – Python Tutorial for Beginners
-
Standout features in Django 4.2 · Fly
-
Django and htmx patterns
-
MrBin99/django-vite: Integration of ViteJS in a Django project.
-
The Django Developer's Guide to Vite - CTRL Z Blog
-
Using Django querysets effectively | And then it crashed
-
spookylukey/django-htmx-patterns: Sharing patterns I use with Django and htmx
-
Is Django too slow?
-
How to handle multiple sites (virtual hosts) in Django
Django setup for the handling of multiple domains.