X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/9beb8b9bcc4902c8100f4ecf28d4e025e99a4195..d555d988764995ea1f9f5ece46f453a66f09b334:/comment/urls.py diff --git a/comment/urls.py b/comment/urls.py deleted file mode 100644 index fcc7d99..0000000 --- a/comment/urls.py +++ /dev/null @@ -1,9 +0,0 @@ -from django.conf.urls import patterns, include, url - -from .views import CommentDocumentList, CommentDocument - - -urlpatterns = patterns('', - url('^$', CommentDocumentList.as_view(), name = 'comment_document_index'), - url('^(?P[^/]+)/$', CommentDocument.as_view(), name = 'comment_document') -) \ No newline at end of file