Geen omschrijving
from django.conf.urls import url import views urlpatterns = [ url('^$', views.HomeView.as_view(), name='home'), ]