This repository has been archived on 2019-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
2019-03-26 18:44:08 +01:00

7 lines
111 B
Python

from django.urls import path
from . import views
urlpatterns = [
# path('', views.index, name='index'),
]