I am getting the url conf error, I have attached the relevant files.
Thanks for the assistance
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from
l('', views.index, name=index),
> ]
>
> can u replace with this
>
> from django.urls import path
> from . import views
>
> urlpatterns = [
> path('', views.index, name=index),
> ]
>
>
>
> On Mon, May 27, 2019 at 8:32 PM Madhur Kabra &g