Kaydet (Commit) f1ab8b43 authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

Fixed #8600: Corrected example URLConf to match new comments framework. Thanks…

Fixed #8600: Corrected example URLConf to match new comments framework. Thanks to julien for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst a0dd9ecd
......@@ -382,7 +382,7 @@ number of other URLconfs::
urlpatterns = patterns('',
(r'^weblog/', include('django_website.apps.blog.urls.blog')),
(r'^documentation/', include('django_website.apps.docs.urls.docs')),
(r'^comments/', include('django.contrib.comments.urls.comments')),
(r'^comments/', include('django.contrib.comments.urls')),
)
Note that the regular expressions in this example don't have a ``$``
......
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