Malcolm Tredinnick wrote: > You seem to be trying to create raw SQL using Django's template system. > Please don't do that. It's like trying to use a shovel to hammer in a > nail, but less effective.
Pybatis, FWIW, is an sql templating thingy. Using jinja2 rather than django templates, just mentioning as an example of someone using templates for sql: http://www.cystemstechnology.com/pybatis/doc.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

