Re: Django by Example blog Tutorial

2012-10-03 Thread Tuss4
Still no difference. I'm starting to take there's something going on with views.py. On Wednesday, October 3, 2012 12:45:31 PM UTC-5, Tuss4 wrote: > > Thank you for your prompt response. I'll try out your edit. This is what > my urlsl.py (in the blog folder) looks like: > > urlpatterns =

Re: Django by Example blog Tutorial

2012-10-03 Thread Tuss4
Thank you for your prompt response. I'll try out your edit. This is what my urlsl.py (in the blog folder) looks like: urlpatterns = patterns('blog.views', url(r'^', 'main'), url(r'^(\d+)/$', 'post'), url(r'^add_comment/(\d+)/$', 'add_comment'), ) -- You received this message

Re: Django by Example blog Tutorial

2012-10-03 Thread Tom Evans
On Wed, Oct 3, 2012 at 8:14 AM, Tuss4 wrote: > This is my first time posting in the Django user group. I've been following > the following lightbird Django by Example tutorials. I've hit a snag while > following the blog tutorial (http://lightbird.net/dbe/blog.html). The

Django by Example blog Tutorial

2012-10-03 Thread Tuss4
This is my first time posting in the Django user group. I've been following the following lightbird Django by Example tutorials. I've hit a snag while following the blog tutorial (http://lightbird.net/dbe/blog.html). The thing is my comment link [code] Comments [/code] is not linking to the