Ordre Django Desc
Obj.objects.all().order_by('-id')
Precious Pheasant
Obj.objects.all().order_by('-id')
class Meta:
ordering = ('date',)
ssdsdd