Skip to content

Commit

Permalink
docs: update backend intro
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 10, 2024
1 parent df562b6 commit 73a22a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/docs/backend/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ You can easily import them from `dooit.api`
```py
from dooit.api import Workspace, Todo, manager
manager.connect() # this sets up connection to the database

# from here on, you can perform any operations
```

An overview code below will show you the relationship between these two models
Expand Down

0 comments on commit 73a22a9

Please sign in to comment.