其他分享
首页 > 其他分享> > 杂七杂八

杂七杂八

作者:互联网

杂七杂八

get_object_or_404

使用方法:
1.导入包:from django.shortcuts import get_object_or_404
2.举例:instance = get_object_or_404(Tasks, pk=int(task_id))
其中Tasks是model名,后面是查询条件

标签:Tasks,get,杂七杂八,object,查询,404
来源: https://www.cnblogs.com/EtAl0rs/p/16359068.html