摘要: ''' 一、在视图函数中: def pretty_list(request): # 0.搜索数据 data_dict = {} search_data = request.GET.get('q', '') if search_data: data_dict['mobile__contains'] = 阅读全文
posted @ 2023-11-06 20:34 劼吉力劼 阅读(45) 评论(0) 推荐(0)
摘要: {% load static %} Title 阅读全文
posted @ 2023-11-06 20:34 劼吉力劼 阅读(80) 评论(0) 推荐(0)