
python web测试开发
Cloudia8020
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git初始失败error: pathspec ‘project‘ did not match any file(s) known to git error: pathspec ‘version‘‘
环境信息 os:win8 遇到问题 执行 d:\pydj\sheep\superlists>git commit -m 'initial project version' error: pathspec 'project' did not match any file(s) known to git error: pathspec 'version'' did not match any file(s) known to git 解决方案 在Linux系统中,commit信息使用单引号包括,wind原创 2021-02-22 16:09:33 · 1298 阅读 · 0 评论 -
windows下查询django版本号
环境信息 OS:WIN8 执行命令 1、通过win+r进入cmd 2、输入pyton -m django --version原创 2021-02-22 11:54:25 · 355 阅读 · 0 评论 -
使用 django-admin.py 创建项目失败(electron) Sending uncompressed crash reports的解决方法
环境信息 python:3.7.1 django:3.1.4 遇到问题 执行django-admin.py startproject superlists 抛如下错误 (electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new beh avior. Cras原创 2021-02-22 11:46:05 · 1071 阅读 · 0 评论