Re: Error in blog

2012-07-12 Thread jun
Sorry if the question wasn't clear enough, and yes, I did read up on urlpatterns on djangoproject but did not understand everything yet :( I followed the code here http://lightbird.net/dbe/blog.html up to the section 'Front Page View' and is supposed to obtain a display like this http://lightbi

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 at 11:06 AM

Re: Error in blog

2012-07-12 Thread Tomas Neme
Have you done the django tutorial, first? it covers named urls On Thu, Jul 12, 2012 at 11:06 AM, luthur wrote: > 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: >

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 in Django by Example but ran

Re: Error in blog

2012-07-12 Thread jun
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 in Django by Example but ran into > > this error: > > Reverse for 'blog_post_add' with arguments '()' and keyword arguments > '{}' not found. > >

Re: Error in blog

2012-07-12 Thread kenneth gonsalves
On Wed, 2012-07-11 at 23:29 -0700, jun wrote: > I was trying out the blog example in Django by Example but ran into > this error: > Reverse for 'blog_post_add' with arguments '()' and keyword arguments '{}' > not found. > > I think it has something to do with the urlpatterns since there is > no

Error in blog

2012-07-12 Thread jun
Hi, I was trying out the blog example in Django by Example but ran into this error: Reverse for 'blog_post_add' with arguments '()' and keyword arguments '{}' not found. I think it has something to do with the urlpatterns since there is no /blog/post/add