随笔分类 -  ◆Python◆

Python&Django
摘要:从零开始研究Django,遇到无数的坑,计划总结一系列文档,此文就是追踪想要实现的问题,以及每一个子任务的实现过程。最终,记录Django建立网站的方方面面。 阅读全文
posted @ 2017-04-28 10:26 太古月石 阅读(324) 评论(0) 推荐(0)
摘要:1. Ckedior.js 这个是必须的。 2. settings.py Done 阅读全文
posted @ 2017-04-01 20:47 太古月石 阅读(540) 评论(0) 推荐(0)
摘要:Error finding Upload-Folder (site.storage.location + site.directory). Maybe it does not exist? 解决: FILEBROWSER_DIRECTORY=’D://dev//tools//projects-py/ 阅读全文
posted @ 2017-03-18 20:25 太古月石 阅读(620) 评论(0) 推荐(0)
摘要:Getting error: “TypeError: view must be a callable or a list/tuple in the case of include().” when running Django Server 解决方案:http://stackoverflow.com 阅读全文
posted @ 2017-03-18 20:23 太古月石 阅读(848) 评论(0) 推荐(0)