/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
| | 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
| | gist.github.com
2.7 parsecs away

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

Travel
| | The Django forms API have two field types to work with multiple options: ChoiceField and ModelChoiceField.
| | epicserve.com
14.9 parsecs away

Travel
| I was working on my Django Base Site project when I discovered a test was failing in a GitHub Action when trying to run Django's collectstatic manager command. It was failing in Python with the error, PermissionError: [Errno 13] Permission denied: '/srv/app/collected_static'.