0.0.28 get filtered and ordered blocks

This commit is contained in:
SDE
2023-11-30 17:14:10 +03:00
parent 6635f93db8
commit bb2eaf54c4
9 changed files with 178 additions and 14 deletions

View File

@@ -34,6 +34,7 @@ class Block_Abstract(BaseModelViewPage):
verbose_name = _('Блок')
verbose_name_plural = _('Блоки')
abstract = True
ordering = ['order']
class Block(Block_Abstract):