You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xlsx_over_web/webtable/urls.py", line 19, in <module>
from django.conf.urls import url
ImportError: cannot import name 'url' from 'django.conf.urls' (/root/.local/share/virtualenvs/xlsx_over_web-TWphuyVb/lib/python3.9/site-packages/django/conf/urls/__init__.py)
看起来是 django 4.0 移除了 url ,搜了搜换成 re_path , 继续报错
from django.contrib.auth.views import login, logout
ImportError: cannot import name 'login' from 'django.contrib.auth.views'
这个真不会了,大佬看看是限制版本还是改改引用?
The text was updated successfully, but these errors were encountered:
系统环境版本
运行第一步
报错信息
看起来是 django 4.0 移除了 url ,搜了搜换成 re_path , 继续报错
这个真不会了,大佬看看是限制版本还是改改引用?
The text was updated successfully, but these errors were encountered: