wip
This commit is contained in:
parent
f5c8e9ee23
commit
3a16f266da
15 changed files with 511 additions and 169 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -45,9 +45,9 @@ def signup():
|
|||
|
||||
# Create root category for the user
|
||||
root_category = Category(
|
||||
name='Library',
|
||||
icon='mdi-bookshelf',
|
||||
description='General storage for documents and categories',
|
||||
name='', # Empty name for the root
|
||||
icon='mdi-folder-outline',
|
||||
description='Default container for documents and categories',
|
||||
user_id=user.id,
|
||||
is_root=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue