The code uses the django ORM which is sync, and fastapi handles sync paths just fine. So having all of this extra code for handling async was unnecessary. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| authentication.py | ||
| collection.py | ||
| invitation.py | ||
| member.py | ||
| test_reset_view.py | ||
The code uses the django ORM which is sync, and fastapi handles sync paths just fine. So having all of this extra code for handling async was unnecessary. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| authentication.py | ||
| collection.py | ||
| invitation.py | ||
| member.py | ||
| test_reset_view.py | ||