from django.conf.urls import url from progress import views urlpatterns = [ url(r'$', views.UpdateProgress.as_view()), ]