index.html not shown upon start
Opened this issue · 0 comments
wbartussek commented
If you add
"path('', include('polls.urls')),"
to
urlpatterns = [
path('', include('polls.urls')),
path('polls/', include('polls.urls')),
path('admin/', admin.site.urls),
]
in mysite/urls.py,
the intended 5 most recent questions will show up initially.