/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

codeinthehole.com
| | alexgaynor.net
2.8 parsecs away

Travel
| | [AI summary] Alex, a software resilience engineer, demonstrates how to implement a read-only field in Django by subclassing FileField and modifying the widget rendering and validation logic.
| | gist.github.com
2.7 parsecs away

Travel
| | reverse m2m widget in django admin. GitHub Gist: instantly share code, notes, and snippets.
| | kenan7.com
2.2 parsecs away

Travel
| | Enhance Django admin with a symmetrical ManyToMany filter widget for a consistent and user-friendly experience. Improve UI and UX with this guide
| | geoff.tuxpup.com
12.0 parsecs away

Travel
| How I Start: Django, Tailwind, HTMX (part 1) I wanted to try out some "modern" front-end development for a while, and I did. FastAPI is great. So is Svelte. But even though I found creating APIs that way to be a breeze, building a whole site that way felt much slower and heavier than using traditional server rendering. So I decided to give django a fair shake for a while, and I'm glad I did.