随笔分类 -  pycharm

摘要:创建app (添加到installed apps)python manage.py startapp test_worm依赖文件生成pip freeze > requirements.txt依赖文件安装pip install -r requirements.txt添加静态资源,在settings.p 阅读全文
posted @ 2020-07-22 10:11 花生与酒 阅读(241) 评论(0) 推荐(0)
摘要:Pycharm调教 常用快捷键 - Show Intention Actions 快速导入、补全函数 (alt+z) # 已改名为 Show Context Actions - Reformat Code 自动整理代码 (ctrl+tab) - Select Line at Caret 选择当前行 阅读全文
posted @ 2020-03-04 10:06 花生与酒 阅读(413) 评论(0) 推荐(0)