Re: No data in template available

2009-08-05 Thread Frulli58
Now i understand and this way it makes sense. Thank you very much Uli On 5 Aug., 15:54, Daniel Roseman wrote: > On Aug 5, 1:44 pm, Frulli58 wrote: > > > > > Hi together, > > till now we worked with PHP. For a new database I desided to try > > python and django. > > I´m trying to find the right

Re: No data in template available

2009-08-05 Thread Daniel Roseman
On Aug 5, 1:44 pm, Frulli58 wrote: > Hi together, > till now we worked with PHP. For a new database I desided to try > python and django. > I´m trying to find the right way and now I have a problem, that I can > ´t get data within a template. > My view: > from Django_Demo.news.models import D300,

No data in template available

2009-08-05 Thread Frulli58
Hi together, till now we worked with PHP. For a new database I desided to try python and django. I´m trying to find the right way and now I have a problem, that I can ´t get data within a template. My view: from Django_Demo.news.models import D300, D200, D840 from django.http import HttpResponse f