Re: get_template problem

2008-09-29 Thread Malcolm Tredinnick
On Mon, 2008-09-29 at 01:16 -0700, NoviceSortOf wrote: [...] > __So to rephrase my questions > > * Does Django assume that certain modules are loaded? No. > > * Does the tutorial assume certain modules are loaded? If you mean the tutorial that comes with Django itself (as part of the documen

Re: get_template problem

2008-09-29 Thread NoviceSortOf
I've spent some time with the book recommend as well as other tutorials on Python. My question here is directly related to Chapter 7 of the Tutorial/Definative guide to Django, which does not seem to provide a comprehensive list of imports for the code for doing a data search it works the reader

Re: get_template problem

2008-09-26 Thread HÃ¥kan Waara
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 lo