Explore >> Select a destination


You are here

keepsimple.dev
| | quakkels.com
6.8 parsecs away

Travel
| | Django is a Python framework that I've written about before. I've compared Django to ASP.NET MVC. But, I didn't go into much detail about how to actually use Django to create a data driven website. That's what I'll cover now.
| | www.paulox.net
6.4 parsecs away

Travel
| | A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango module, and Pillow, the Python imaging library, to extract GPS information fromimages.
| | geoff.tuxpup.com
7.2 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.
| | keepsimple.dev
63.0 parsecs away

Travel
| Master Django permission ecosystem, from built-in options to advanced control with Django Rules and Django Guardian, for complex authorization strategies.