forms.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:lowfat 作者: softwaresaved 项目源码 文件源码
def __init__(self, *args, **kwargs):
        super(BlogReviewForm, self).__init__(*args, **kwargs)

        self.helper.layout = Layout(
            Fieldset(
                '',
                'draft_url',
                'final',
                'status',
                'reviewer',
                'notes_from_admin',
                'published_url',
                'title',
                'tweet_url',
                'email',
                'not_send_email_field' if self.is_staff else None,
                'not_copy_email_field' if self.is_staff else None,
                ButtonHolder(
                    Submit('submit', 'Update')
                )
                )
            )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号