removed persistant data
This commit is contained in:
parent
345a801c40
commit
627f805377
10 changed files with 412 additions and 29 deletions
Binary file not shown.
|
@ -45,9 +45,9 @@ def signup():
|
|||
|
||||
# Create root category for the user
|
||||
root_category = Category(
|
||||
name='My Documents',
|
||||
icon='mdi-folder',
|
||||
description='Default document category',
|
||||
name='root',
|
||||
icon='mdi-folder-root',
|
||||
description='System root directory',
|
||||
user_id=user.id,
|
||||
is_root=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue