Kaydet (Commit) fda1f684 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed bug in [29]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@31 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst d9d6345e
from django.conf.urls.defaults import *
urlpatterns = patterns('django.contrib.comments.comments',
urlpatterns = patterns('django.contrib.comments.views',
(r'^post/$', 'comments.post_comment'),
(r'^postfree/$', 'comments.post_free_comment'),
(r'^posted/$', 'comments.comment_was_posted'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment