from django.urls import path from stranky import views urlpatterns = [ path("/", views.stranka,name="stranka"), ]