1👍
✅
Queryset order_by()
method accepts multiple arguments:
models.MyModel.objects.order_by('date_field', 'priority')
Source:stackexchange.com