wip
This commit is contained in:
parent
5473beb35d
commit
22a800e5e6
7 changed files with 271 additions and 111 deletions
Binary file not shown.
|
@ -45,9 +45,9 @@ def signup():
|
|||
|
||||
# Create root category for the user
|
||||
root_category = Category(
|
||||
name='root',
|
||||
icon='mdi-folder-root',
|
||||
description='System root directory',
|
||||
name='Library',
|
||||
icon='mdi-bookshelf',
|
||||
description='General storage for documents and categories',
|
||||
user_id=user.id,
|
||||
is_root=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue