1、AttributeError: module 'django.apps' has no attribute 'BlogConfig'
2、from django.urls import path,include 这一行也是报错
path('blog/', include('blog.urls')),这一行也报错
报什么错,把代码和报错都完整地贴出来看下