JinjaSQL is used to create custom SQL queries (map tiles generation). The code is rather messy and could probably use Django's integrated SQL sanitisation mechanisms.
I've done some good code cleaning/refactoring, but getting totally rid of JinJaSQL doesn't really seem very doable since Django's ORM is much more high level and doesn't provide the needed features.
JinjaSQL is used to create custom SQL queries (map tiles generation). The code is rather messy and could probably use Django's integrated SQL sanitisation mechanisms.