This commit is contained in:
pika 2025-04-14 23:39:42 +02:00
parent 5473beb35d
commit 22a800e5e6
7 changed files with 271 additions and 111 deletions

View file

@ -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
)