摘要: from django import forms class MyForm(forms.Form): username = forms.CharField(min_length=3, max_length=8,label='用户名') password = forms.CharField(min_l 阅读全文
posted @ 2023-10-26 16:18 劼吉力劼 阅读(33) 评论(0) 推荐(0)
摘要: Pagination:分页器类,基于bootstrap样式来的,需要提前导入bootstrap. class Pagination(object): def __init__(self, current_page, all_count, per_page_num=10, pager_count=11 阅读全文
posted @ 2023-10-26 11:50 劼吉力劼 阅读(40) 评论(0) 推荐(0)