摘要:
pip freeze > requirements.txt 生成模块列表requirements.txt pip install -r requirements.txt 批量安装requirements.txt里面的模块 阅读全文
摘要:
进入自己想要放代码的文件夹 git clone 远程仓库的url 阅读全文
摘要:
git init 初始化git git add . 表示把项目除gitignore的内容外的所有内容都推送到远程仓库里 git commit -m '第一次提交' 提交时附带的文字提示信息,引号内可以修改 git push 远程仓库地址 master 把内容提交到远程仓库 提示:每次都要写远程仓库的 阅读全文
摘要:
profile n. 侧面;轮廓;外形;剖面;简况; vt. 描…的轮廓;扼要描述;vi. 给出轮廓 indent n. 征用令;缩进;订货单;凹痕;契约 阅读全文
摘要:
直接点击New environment using确实可以借助IDE帮我们创建一个python虚拟环境但是里面是没有Django的,所以后面会报错,我们最好还是手动创建一个虚拟环境装好Django再在Pycharm中打开 阅读全文
摘要:
![](https://img2020.cnblogs.com/blog/1900590/202103/1900590-20210330155720867-1111456808.png) 阅读全文
摘要:
![](https://img2020.cnblogs.com/blog/1900590/202103/1900590-20210330155321690-1760793749.png) 阅读全文
摘要:
![](https://img2020.cnblogs.com/blog/1900590/202103/1900590-20210330154725998-2053378626.png) 阅读全文
摘要:
![image](https://img2020.cnblogs.com/blog/1900590/202103/1900590-20210330152024104-1265021666.png) 阅读全文
摘要:
![image](https://img2020.cnblogs.com/blog/1900590/202103/1900590-20210330150723603-1355041309.png) 阅读全文