Hacker News new | ask | show | jobs
by amitu 4584 days ago
I built and use djangothis[1] for my blog. It gives you most of the power and flexibility of django, like templates, arbitrary urls and views [which gets converted to static html], templatetags and a few other niceties.

[1]: https://github.com/amitu/djangothis/.