Squashed new RBAC
All checks were successful
Deploy on push / deploy (push) Successful in 7s

This commit is contained in:
2025-07-02 22:30:21 +03:00
parent 7585dae0ab
commit 82111ed0f6
100 changed files with 14785 additions and 5888 deletions

View File

@@ -16,11 +16,7 @@ from auth.orm import ( # noqa: F401
Author,
AuthorBookmark,
AuthorFollower,
AuthorRating,
AuthorRole,
Permission,
Role,
RolePermission,
AuthorRating
)
from orm.collection import ShoutCollection # noqa: F401
from orm.community import Community, CommunityAuthor, CommunityFollower # noqa: F401