04 2020 档案

摘要:在admin.py注册这个model时,报了个错: RuntimeError: Model class apps.goods.models.GoodsType doesn't declare an explicit app_label and isn't in an application in I 阅读全文
posted @ 2020-04-29 20:27 该搬砖啦 阅读(1532) 评论(0) 推荐(0)
摘要:总体操作就是添加新模块并重新编译源码,然后把编译后的nginx可执行文件覆盖原来的那个即可。1 查看已安装的参数nginx -V拷贝那些巴拉巴拉的参数,后面编译的时候使用 2 下载相同版本号的源码,解压缩。要安装的模块也跟解压后的路径一样好一点。我这里是nginx-1.12.2,然后执行 ./con 阅读全文
posted @ 2020-04-28 23:06 该搬砖啦 阅读(707) 评论(0) 推荐(0)
摘要:错误如下: error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-buil 阅读全文
posted @ 2020-04-28 22:51 该搬砖啦 阅读(979) 评论(0) 推荐(0)