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