lib.itmens/catalog/collection/models.py
2022-12-12 16:46:37 +00:00

6 lines
122 B
Python

from catalog.common import *
class Collection(Item):
category = ItemCategory.Collection
url_path = 'collection'