Re: Django by Example blog Tutorial
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 = patterns('blog.views',
url(r'^', 'main'),
url(r'^(\d+)/$', 'post'),
url(r'^add_comment/(\d+)/$', 'add_comment'),
)
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/IygtQUjZYwwJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home