Quiz: Homepage
Test your knowledge about adding the path, view and template for the Homepage of the Django app.
We'll cover the following...
1
The import from django.urls import path
helps Django look for the variable urlpatterns
.
A)
True
B)
False
Question 1 of 70 attempted