forked from wiktor/spejstore-new
categories
This commit is contained in:
parent
1723535394
commit
65871f578d
|
@ -32,6 +32,7 @@ class Category(models.Model):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ['name']
|
ordering = ['name']
|
||||||
|
verbose_name_plural = "categories"
|
||||||
|
|
||||||
|
|
||||||
# TODO label versioning
|
# TODO label versioning
|
||||||
|
|
Loading…
Reference in New Issue