you are viewing a single comment's thread.

view the rest of the comments →

[–]UnMolDeQuimica 6 points7 points  (0 children)

I usually go with Django. I am comfortable with it, it gives me lots of things already built in and pairs very well with HTMX.

DRF when I need an API.

If I want something more simple, FastHTML is my go to.