随笔分类 -  Django

摘要:什么是django的signal 官方文档描述如下: Django includes a “signal dispatcher” which helps allow decoupled applications get notified when actions occur elsewhere in 阅读全文
posted @ 2018-04-30 06:41 keep_go 阅读(256) 评论(0) 推荐(0)
摘要:How to filter a DateTimeField by date in Django? 阅读全文
posted @ 2018-01-31 22:57 keep_go 阅读(183) 评论(0) 推荐(0)
摘要:对应sql 其中的BINARY是 精确大小写 而’icontains’中的’i’表示 忽略大小写 阅读全文
posted @ 2017-12-11 23:47 keep_go 阅读(10433) 评论(0) 推荐(0)