web/hgbook/comments/urls.py
changeset 2 52d12eb31c30
parent 1 672eaaab9204
child 3 6cee07c589cb
--- a/web/hgbook/comments/urls.py	Fri Feb 05 23:42:24 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-from django.conf.urls.defaults import *
-
-urlpatterns = patterns('',
-    (r'chapter/(?P<id>[^/]+)/?$', 'hgbook.comments.views.chapter'),
-    (r'chapter/(?P<id>[^/]+)/count/?$', 'hgbook.comments.views.single_com'),
-    (r'single/(?P<id>[^/]+)/?$', 'hgbook.comments.views.single'),
-    (r'submit/(?P<id>[^/]+)/?$', 'hgbook.comments.views.submit')
-)