Sure, nothing in django forces you to use it's template language(or any other template language), however that's generally advised against just because it leads to bad practices like mixing presentation and business logic.
On Sep 10, 1:08 pm, Krommenaas <[EMAIL PROTECTED]> wrote: > Thx for the replies. > > This is still unclear though: > > > > 4) I read somewhere in the documentation that you can use other > > > templating systems than Django's own. Is it also possible to just use > > > Python inside the views? > > > If you use an appropriate templating language that supports that, yes. > > I don't want to use a templating language, I'd want to use Python > itself inside the views. Possible or not? > > Tia, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

