HttpResponse是类,http是模块,django是包?
还是HttpResponse是类,http是包,django是模块?
还是以上我的2个理解都错误?
django是包,http也是包,HttpResponse是类
有init.py的目录是包,单个py文件是模块,http和django都是包
应该是这样:HttpResponse是类,http是包,django是模块