Whats version are you using? Im on mobile so i cant open urls.py. If you're using a version earlier than 2.0 you need to use url instead of path.
Do you have from django.urls import path? On Mon, Jun 4, 2018, 4:29 PM anguboy <[email protected]> wrote: > i am new in django, so in my first app ,am stack at mapping the URL and I > get an error that can not import name 'path' ,,which is in the tmn(my_app) > folder , please help > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/88ca007c-c716-4050-a7ce-7bb1b7214fe0%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/88ca007c-c716-4050-a7ce-7bb1b7214fe0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJiup7FSUuROtUXyArQqVgFTfOSnf9oBn-zY6TFWyttib%2B5g-Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

