|
|
|
|
|
by tcdent
409 days ago
|
|
I just rolled a backend using FastAPI and SQLAlchemy and it made me miss Django. Too much other stuff going on in this app to incorporate Django, but it's still way ahead of the curve compared to bringing together independent micro frameworks. |
|
This is why most folks just needing a plain Python API without anything else, they usually go for Flask, which is vastly simpler. For a more complete web app or site, I would recommend Django.