Нет описания
from django.conf.urls import url import views urlpatterns = [ url('^$', views.home, name='home'), ]