oxdata/oxdata/cover/urls.py

9 lines
96 B
Python

from django.conf.urls import url
import views
urlpatterns = [
url(r'^$', views.cover),
]