Say hello to Django
Date: 2024-12-10
Category: Misc
Even though this site looks the same visually, I've changed how my site is build a LOT. I used to use Pelican, a static site generator which build my site automatically using Jenkins, but I've decided to build my own little CMS in django (as a means to learn the framework).
It's a lot nicer to use a webui (which Django adds automatically, btw) to edit posts and pages than having to use a code editor.
Maybe I'll blog more, probably not, we'll see.