
web开发
文章平均质量分 77
做一点应用,记录实践中的坑,提高一下姿势水平
weixin_42073290
这个作者很懒,什么都没留下…
展开
-
Django 模型迁移遇到的问题
Django 模型迁移遇到的问题总以及解决方法原创 2022-11-10 13:28:54 · 1106 阅读 · 0 评论 -
学习《Flask Web开发:基于Python的应用开发实战(version 2)》遇到的一些坑
按照书中的顺序和代码编写过程中,遇到了一些坑,大致记录一下,供大家参考:1 、坑一:git branch 15c中:tests/test_api.py def test_404(self): response = self.client.get( '/wrong/url', headers=self.get_api_headers('email', 'password')) print(response)原创 2021-02-22 19:39:38 · 264 阅读 · 1 评论 -
Centos8 上安装gevent遇到的一些问题
Centos8 上安装gevent遇到的一些问题1、在编写协程相关的代码时,发现系统没有安装gevent这个包,于是尝试使用pycharm上的懒人工具去安装gevent包,但是一直出错,放弃打算使用pip来安装2、使用pip[fancy@localhost ~]$ pipbash: pip: command not found...[fancy@localhost ~]$ su rootPassword: [root@localhost fancy]# pipbash: pip: comma原创 2020-11-05 20:04:44 · 1622 阅读 · 0 评论