does the django order by order in ascending or descending order code example
Example: django order by
#Add this to your models.py class, and dont remove the comma!
class Meta:
ordering = ('yourfeild',)
#Add this to your models.py class, and dont remove the comma!
class Meta:
ordering = ('yourfeild',)