简体   繁体   中英

from django.urls import path ImportError: cannot import name path

When i run python manage.py migrate this is what coming and iam not able to fix it please help me image:

在此处输入图像描述

Check if you have installed everything correctly.

And could you please try:

pip install django-urls

The error is must likely a problem with your Django version, path was introduced in version 2.0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM