On 10/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Is there some straightforward way to plug my own template system into
> Django?
>
> Thanks in advance,
>
Short answer: Don't use the render_to_response() shortcut (it uses
Django's template system), but just import and use your template
system within your view and pass the result onto Django's HttpReponse
object.

This thread [1] should answer your questions more throughly (with
links to the docs, etc). I realize that the question in that thread is
specific to cheetah, but the answers are general enough to apply to
any templating system. In fact, my answer above basicly paraphrases a
couple paragraphs from that thread.

[1]: 
http://groups.google.com/group/django-users/browse_thread/thread/2e5746bdd3ef3efe/


-- 
----
Waylan Limberg
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to