Re: Error in blog

2012-07-12 Thread luthur
i think you probably could visit http://stackoverflow.com/questions/625047/django-newbie-reverse-not-found for solution -- luthur On Thursday, July 12, 2012 at 11:30 PM, Tomas Neme wrote: > Have you done the django tutorial, first? it covers named urls > > On Thu, Jul 12, 2012

Re: Error in blog

2012-07-12 Thread luthur
why not post your example? It's too abstract. -- luthur On Thursday, July 12, 2012 at 9:56 PM, jun wrote: > > > On Thursday, July 12, 2012 7:40:46 PM UTC+8, lawgon wrote: > > On Wed, 2012-07-11 at 23:29 -0700, jun wrote: > > > I was trying out the blog example

Re: Set two fields to the same value

2012-07-12 Thread luthur
you could only assign a Field variable in the Model, "time" absolutely not a Field, the error appears. -- luthur On Thursday, July 12, 2012 at 9:51 PM, Jaroslav Dobrek wrote: > Hello, > > how can I design a model such that two fields are set to the same value when &g