feat(rbac): add roles and permissions
This commit is contained in:
parent
86a32a942c
commit
694b7bd09a
37 changed files with 2682 additions and 218 deletions
|
|
@ -20,6 +20,7 @@ class Base(DeclarativeBase):
|
|||
pass
|
||||
|
||||
# <<< HIER IMPORTIEREN >>>
|
||||
import app.models.rbac
|
||||
import app.models.user
|
||||
|
||||
|
||||
|
|
@ -28,4 +29,4 @@ def get_db():
|
|||
try:
|
||||
yield db
|
||||
finally:
|
||||
db.close()
|
||||
db.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue