
xiaozhuang
一朵红杏
Proper preparation solves 80 percent of life's problems.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
restful components pagination
models = ProviderOrder.objects.prefetch_related().all() page = LimitOffsetPagination() page.paginate_queryset(models, request) provider_order_list = page.paginate_queryset(model原创 2016-06-27 16:56:11 · 462 阅读 · 0 评论 -
Python(Django) Restful Vue developent flow chart
url原创 2016-06-29 18:33:41 · 975 阅读 · 0 评论