from django.template.loader import get_template

I recommend learning some general python before you dive into django.  
There are lots of great sites for this, for example www.diveintopython.org

/H

26 sep 2008 kl. 15.44 skrev NoviceSortOf:

>
>
> this works
>
>>>> from django.template import loader
>>>> loader.get_template('myfile.html')
>
> but how do i get this syntax to work?
>
>>>> get_template('myfile.html')
>
> >


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to