為什么我的訪問不了?一模一樣都沒用
1、AttributeError: module 'django.apps' has no attribute 'BlogConfig'
2、from?django.urls?import?path,include 這一行也是報錯
????path('blog/',?include('blog.urls')),這一行也報錯
1、AttributeError: module 'django.apps' has no attribute 'BlogConfig'
2、from?django.urls?import?path,include 這一行也是報錯
????path('blog/',?include('blog.urls')),這一行也報錯
2020-03-07
舉報
2020-03-07
報什么錯,把代碼和報錯都完整地貼出來看下