摘要:
用pip进行更新后 pip install --upgrade Django==2.21一堆报错django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.解 阅读全文
摘要:
FBV -- function based view: def home(request): print('home!!!') return render(request,'home.html') CBV -- class based view: views.py from django.views 阅读全文