from django.conf.urls import url import news.views urlpatterns = [ # url(r"^(?:news/)?$", news.views.articles_view, name = "news"), ]