Move to src dir.
[edumed.git] / comment / urls.py
diff --git a/comment/urls.py b/comment/urls.py
deleted file mode 100644 (file)
index fcc7d99..0000000
+++ /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<slug>[^/]+)/$', CommentDocument.as_view(), name = 'comment_document')
-)
\ No newline at end of file