Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/ Using the URLconf defined in django_introduction.urls, Django tried these URL patterns, in this order: admin/ blog/ The empty path didn't match any of these. You're seeing th
2019-11-05
升级一下 django 版本 解决 django-admin`django.db.utils.OperationalError: no such table: main.auth_user__old`
pip3 install --upgrade Django==2.1.5
2.1.5 修复了这个bug
pip3 install --upgrade Django==2.1.5
2.1.5 修复了这个bug
2019-10-07