Leaflet maps in Django with model-backed geoJSON data
We can create Leaflet maps with simple location data, using only the default Django models and a home-made geoJSON serialiser. Let's avoid bloated geographical libraries and see how lightweight we can get our maps to be.
Setting environment variables for Django in Linux
Setting environment variables for your Django web-application is pretty simple: here's how you do it.
Slug routing in Django
URL routing with slugs is a lot prettier (and possibly a bit safer) than simply routing with IDs. This tutorial will show you how to set up a Django website from scratch, complete with working slug URLs.