Re: Myghty Templates in Django - ver. 1

2006-08-02 Thread [EMAIL PROTECTED]
Thanks :) Wikified here: http://code.djangoproject.com/wiki/MyghtyTemplatesInDjango --~--~-~--~~~---~--~~ 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@googlegroup

Re: Myghty Templates in Django - ver. 1

2006-08-01 Thread Simon Willison
> 2a. The easy way to use mygthy templates is to render them and send the > result to a "Blank" django template which will show the results > a simple view: > [...] > def myview(request): > file = AFile() > #execute a template > interpreter.execute('mytemplate.myt', out_buf

Re: Myghty Templates in Django - ver. 1

2006-08-01 Thread Russell Keith-Magee
On 8/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 1. Install myghty (http://www.myghty.org) Hi,Thanks for the contribution. I would suggest adding this as a page to the Wiki so that it isn't forgotten. Create a page somewhere in the vicinity of: http://code.djangoproject.com/wiki/CookBookMygh