urlpatterns = [ path('admin/', admin.site.urls), path('',movieViews.home, name='home'), path('about/',movieViews.about,name='about') ]