from management import forum_views from django.conf.urls import url urlpatterns = [ url(r'^(?P.*)/$', forum_views.comment_view) ]