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
像我這種小白表示,這個課程老師講得真不錯,從頭到尾很流暢,沒有多余的動作,一劍封喉,一針見血。內容方面,是django最基礎也是最核心的內容,沒有多余冗長。講解思路清晰,邏輯嚴謹。本人入門django,受益匪淺。
2019-09-16