示例#1
0
def production_list(request): # GET ONLY
    return search_and_paginate_transactions(request, Production,'production/production_list.html', strict=False)
示例#2
0
def job_list(request): # GET ONLY
    return search_and_paginate_transactions(request, Job,'production/job_list.html')