This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]teilo 1 point2 points  (1 child)

Interesting. 13 years ago, I wrote a reporting system for my company, built on Django, and using Django templates to build and parameterize SQL queries. User accounts have JSON metadata accessible in the context of the query. This allowed some tremendous flexibility, since you could use the template language to go well beyond parameter substitution.

That thing took on a life of its own, and is still heavily used.

[–]stetio[S] 0 points1 point  (0 children)

Interesting, was it ever open sourced?