the5fire
                                            the5fire
                                        
                                    对于已经参考本书完成个人博客开发和部署的,欢迎到这个下面留言,格式如下: 博客地址:https://www.the5fire.com 源码地址:https://github.com/the5fire/typeidea 开发心得:xxxx
at https://github.com/pydanny/django-admin2/blob/develop/djadmin2/types.py#L205 I think we need pass `list_per_page` to index_view(views.ModelListView) like this: ``` def get_index_kwargs(self): kwargs = self.get_default_view_kwargs() kwargs.update({ 'paginate_by': self.list_per_page, }) return kwargs ``` or something else ?
blog案例展示
用这套源码搭建起来博客的同学不妨放着链接在这里。也方便大家参观。也可以带些流量。 跟帖格式可以如下,按照我的博客来说。 blog:http://the5fire.com 服务器:webfaction centos 部署环境:virtualenv+supervisord+nginx+django1.5