摘要: dev.py文件里 (默认setting文件) import sys print(sys.path) 打印出来路径 寻找路径 阅读全文
posted @ 2018-07-17 20:31 M瓶邪 阅读(171) 评论(0) 推荐(0) 编辑
摘要: LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'formatters': { 'verbose': { 'format': '%(levelname)s %(asctime)s %(module)s %(lineno)d %(message)s' ... 阅读全文
posted @ 2018-07-17 19:33 M瓶邪 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 创建项目库 添加.gitignore选项 git clone 库地址 进入pythoncham 点开终端 git status 出现 .idea/ 然后在.gitignore中加入 .idea/忽略文件 然后 git add. 后 git push提交 创建front_end_pc作为前端文件夹 安 阅读全文
posted @ 2018-07-17 17:59 M瓶邪 阅读(107) 评论(0) 推荐(0) 编辑