Console : tri par nom
This commit is contained in:
@ -10,6 +10,9 @@ class Console(models.Model):
|
||||
def __str__(self):
|
||||
return '%s' % self.name
|
||||
|
||||
class Meta:
|
||||
ordering = ('name',)
|
||||
|
||||
|
||||
class Game(models.Model):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user