from django.conf.urls import include, url
from . import views as cpatch_views
urlpatterns = [
url(r'', cpatch_views.index),
]