\"You've gotten HAML in my Django templates!\" -- Introducing djaml
post

I know I'm such a big nerd, but I'm excited because I've created my first open-source project and put it up on github. I've been fooling around with Django for quite a while, and I was looking at some independent tools that might help speed up development time. That lead me to take a look at HAML, which in turn led me to HamlPy, which then led me to say "Now wouldn't it be cool to use HAML in Django..."

After digging around in the Django docs, and a bunch of DuckDuckGo searches later, I found this project which showed me how to create my own template loader. Add a few hours of reading and testing, djaml was born.

So go check the project out, fork it, use it in your own projects.