0

I am unable to import from the django.urls package in Django 2.1.7 Really would like a solution to this problem. Can anyone help me with this issue?

from django.urls import path

from . import views

urlpatterns = [
    path(' ',views.index, name ='index'),
]
hakamairi
  • 4,464
  • 4
  • 30
  • 53
tech vanguard
  • 864
  • 8
  • 6

0 Answers0