feat: page and page-blocks (#468)

* dev: initiate paper models

* feat: page and page-blocks

* dev: page id filter for page blocks
This commit is contained in:
pablohashescobar 2023-03-22 01:34:10 +05:30 committed by GitHub
parent 025c8b3835
commit f7dbc5e9c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 392 additions and 1 deletions

View file

@ -109,3 +109,5 @@ from .importer import (
UpdateServiceImportStatusEndpoint,
BulkImportIssuesEndpoint,
)
from .page import PageViewSet, PageBlockViewSet, PageFavoriteViewSet, CreateIssueFromPageBlockEndpoint