Django
- Django bugfix release issued: 5.1.3www.djangoproject.com Django bugfix release issued: 5.1.3
Posted by Mariusz Felisiak on November 5, 2024
- GitHub - ambient-innovation/django-removals: Package to check for known Django removals and deprecationsgithub.com GitHub - ambient-innovation/django-removals: Package to check for known Django removals and deprecations
Package to check for known Django removals and deprecations - ambient-innovation/django-removals
via https://fosstodon.org/@carlton/113510625585221688
- "Demystifying the Django ORM" with Simon Charette | Djangonaut Space
YouTube Video
Click to view this content.
via https://indieweb.social/@djangonaut/113508750215734450
- Django-related Deals for Black Friday 2024adamj.eu Django-related Deals for Black Friday 2024 - Adam Johnson
Here are some Django-related deals for this year’s Black Friday (29th November) and Cyber Monday (1st December), including my own.
via https://fosstodon.org/@adamchainz/113502878568768189
- DjangoCon US 2024 videos and playlist is now live on YouTubewww.youtube.com DjangoCon US 2024
Videos from DjangoCon US 2024 in Durham, NC https://2024.djangocon.us/
- Introducing DJ Beat Drop - a simpler way to start Django projects
via https://mastodon.social/@epicserve/113368760495384984
- Pros and cons of various techniques for setting a non-user submitted field on a Django ModelForm
via https://mastodon.social/@bmispelon/113424690088823013
- GitHub - sjbitcode/django-admin-dracula: 🦇 Dracula themes for the Django admingithub.com GitHub - sjbitcode/django-admin-dracula: 🦇 Dracula themes for the Django admin
🦇 Dracula themes for the Django admin. Contribute to sjbitcode/django-admin-dracula development by creating an account on GitHub.
via https://fosstodon.org/@sjbitcode/113396489981371160
- From React to a Django+HTMX based stack - Talk Python Live Stream
YouTube Video
Click to view this content.
via https://fosstodon.org/@sheena/113390833559886015
- django-templated-email-md
via https://social.jacklinke.com/@jack/113353315950837643
- Django TemplateYaks - a proof of concept for Class-Based Django TemplateTagsemma.has-a.blog Django TemplateYaks
Thursday morning, I fell into a rabbit hole... Inside the hole, there was a yak! I started shaving the yak and only then did I see it was a Django TemplateYak! A tale of a proof of concept for Class-Based Django TemplateTags
via https://mastodon.social/@EmmaDelescolle/113350695376141762
- Adding a new contrib package to Django - Software Craftssoftwarecrafts.co.uk Adding a new contrib package to Django - Software Crafts
Can we have fast moving experiments in core?
- Python 3.13 REPL for Djangowww.pythonmorsels.com Python 3.13 REPL for Django. - Python Pastebin - Python Morsels
Python 3.13 REPL for Django.
via https://mastodon.social/@treyhunner/113303585943837417
edit: blog post about this snippet here: https://treyhunner.com/2024/10/django-and-the-new-python-3-dot-13-repl/
- Proposal for a Django project templatedavid.guillot.me Proposal for a Django project template
My take on what could be a project template for Django advanced usage, with modern tooling (for Python and UI dependencies, as well as configuration/environment management), but not too opinionated.
via https://social.tchncs.de/@david_guillot/113277609020496157
- Django bugfix release issued: 5.1.2www.djangoproject.com Django bugfix release issued: 5.1.2
Posted by Natalia Bidart on October 8, 2024
- How to use Django database function expressions directlywww.jamesbeith.co.uk How to use Django database function expressions directly
Django has a many built-in database functions and a documented Func API for writing your own. Whilst writing a custom Func subclass may sometimes be necessary, I learnt that there’s many cases when you can instantiate Func with the necessary arguments to get what you need. For example, take the foll...
via https://fosstodon.org/@jamesbeith/113236427252274335
- Welcome to DjangoTV.com
via https://mastodon.social/@webology/113211787119021118
- GitHub - kennethlove/django-drifter: A small Django utility to make it easier to revert and redo migrations or to recreate your database.github.com GitHub - kennethlove/django-drifter: A small Django utility to make it easier to revert and redo migrations or to recreate your database.
A small Django utility to make it easier to revert and redo migrations or to recreate your database. - kennethlove/django-drifter
via https://tech.lgbt/@klove/113204809483587787
- Introducing Djade, a template formatteradamj.eu Django: Introducing Djade, a template formatter - Adam Johnson
Happy DjangoCon US 2024 to you. Whilst I am not there, I have adopted the spirit of the season and got to work hacking together a new tool.
via https://fosstodon.org/@adamchainz/113204288975994511
- Deploy django to production4rkal.com Deploy django to production | 4rkal's blog
In this article I will show you how to deploy django to production. We will be using nginx, gunicorn and cloudflare tunnels
I recently deployed my django app to production. So I thought I'd write a guide on how to do that.
Hope this helps some django people out
Any feedback is greatly appreciated!
- iommi vs django-tables2+django-filterskodare.net iommi vs django-tables2+django-filters
Personal blog for Anders Hovmöller. Mostly programming stuff.
via https://mastodon.social/@boxed/113165528200690027
- Rescuing Django Projects with Smoke Tests: Quick Wins for Long-Term Successlincolnloop.com Rescuing Django Projects with Smoke Tests: Quick Wins for Long-Term Success
Learn how Lincoln Loop revives neglected Django projects using smoke tests to quickly stabilize codebases, catch critical bugs, and improve long-term reliability.
via https://s.ovalerio.net/@dethos/113129750417750945
- Django Chat: Fall 2024 Podcast Relaunch
Via https://fosstodon.org/@carlton/113120062886823232
- Django: hoist repeated decorator definitionsadamj.eu Django: hoist repeated decorator definitions - Adam Johnson
Django provides us with a rich set of view decorators. In this post, we’ll look at a technique for hoisting repeated use of these decorators to reduce repetition.
via https://fosstodon.org/@adamchainz/113104006321286556
- django-filter: filtering a foreign key model propertywww.valentinog.com django-filter: filtering a foreign key model property
How to filter a foreign key model property with django-filter.
via https://fosstodon.org/@gagliardi_vale/113090396311278113
- Taming the beast that is the Django ORM - An introductionwww.davidhang.com Taming the beast that is the Django ORM - An introduction
The Django ORM, how it compares to raw SQL and gotchas that you should be aware of when using it
via https://django-news.com/issues/249
- Django security releases issued: 5.1.1, 5.0.9, and 4.2.16www.djangoproject.com Django security releases issued: 5.1.1, 5.0.9, and 4.2.16
Posted by Natalia Bidart on September 3, 2024
- Django: avoid "useless use of .all()"adamj.eu Django: avoid “useless use of .all()” - Adam Johnson
Here’s a little ORM pet peeve of mine that may deepen your understanding of how QuerySets work.
via https://fosstodon.org/@adamchainz/113058675664309064
- Evolving Django’s auth.Userbuttondown.com Evolving Django’s auth.User
Folks will occasionally ask if I've got an opinion on some topic Django related. I'll reply that I've got an opinion on everything, so I've certainly got an...
via https://fosstodon.org/@carlton/113056255748047320
- Django: rotate your secret key, fast or slowadamj.eu Django: rotate your secret key, fast or slow - Adam Johnson
Django’s SECRET_KEY setting is used for cryptographic signing in various places, such as for session storage and password reset tokens. This makes keeping it secure a high priority since an attacker with the key could forge things like password reset tokens.
via https://fosstodon.org/@adamchainz/113053135915858293
- Dockerized Django Starter Template.
Hey everyone, Just wanted to share a django docker template I have created.
Techstack:
- Django
- Postgres
- Nginx
- Gunicorn
- Certbot
https://github.com/alexdeathway/headstart-django
- Django security releases issued: 5.0.8 and 4.2.15www.djangoproject.com Django security releases issued: 5.0.8 and 4.2.15
Posted by Sarah Boyce on August 6, 2024
- Using Groups for the staff and superuser flags - Software Craftssoftwarecrafts.co.uk Using Groups for the staff and superuser flags - Software Crafts
A prototype for a possibly more aligned authentication system
Via https://indiehackers.social/@nanorepublica/112909832749194692
- Django security releases issued: 5.0.7 and 4.2.14www.djangoproject.com Django security releases issued: 5.0.7 and 4.2.14
Posted by Natalia Bidart on July 9, 2024
- Django Classy Docs [for django.db.models]
Via https://mastodon.social/@EmmaDelescolle/112650193871139643
- Nested Subquerys in Django - Software Craftssoftwarecrafts.co.uk Nested Subquerys in Django - Software Crafts
Improving the performance of a complex page and removing multiple N+1 issues
- radiac/nanodjango: Run Django models and views from a single file, and convert it to a full project.github.com GitHub - radiac/nanodjango: Run Django models and views from a single file, and convert it to a full project.
Run Django models and views from a single file, and convert it to a full project. - radiac/nanodjango
Via https://mastodon.cloud/@radiac/112641898082821618
> In my experience flask is great until it isn't - I've seen quite a few projects which outgrew it, and the lack of django's batteries and guard rails left a maintenance nightmare. Not sure if it'll be helpful, but as a result I wrote nanodjango, which lets you write a django site in a single file, then convert it to a full project if you outgrow it.