第一天学习django,报错NameError: name ‘include’ is not defined,来记录一下谬误
上网一查只用在django主动生成的包urls.py中退出
from django.conf.urls import include
胜利运行
完满解决,在此感激喜爱海呀提供的博文
第一天学习django,报错NameError: name ‘include’ is not defined,来记录一下谬误
上网一查只用在django主动生成的包urls.py中退出
from django.conf.urls import include
胜利运行
完满解决,在此感激喜爱海呀提供的博文
发表回复