| ▲ | frio 4 days ago | |||||||
Exciting, but I’d give a lot for an equivalent to Django. There are very few problems I need to solve that are fixed by htmx style “full stack” apps, but many that are solved by the generated admin, authentication framework, caching, eventing etc. Unfortunately, you end up bound to Python’s poor performance and poor typing stories, which Rust solves in spades. | ||||||||
| ▲ | westurner 4 days ago | parent | next [-] | |||||||
Here's a v0.0.2 jinja2rs built on minijinja with optional python compatibility; CompatMode::Django(…) Django template language (filters, app-directory loader, auto-escape) : jinja2rs::filters : https://github.com/westurner/dsport/blob/main/src/jinja2rs/s... jinja2rs::filters::django : https://github.com/westurner/dsport/blob/main/src/jinja2rs/s... Which Rust components are like the Django ORM and django.contrib.admin and DRF/FastAPI; with convention over configuration and tests and great docs? | ||||||||
| ||||||||
| ▲ | m4tx 2 days ago | parent | prev | next [-] | |||||||
Shameless plug: I've been developing https://cot.rs/ for a while, which is strongly inspired by Django, and auto migrations, admin panel, auth, etc. are among the features supported by Cot. | ||||||||
| ||||||||
| ▲ | newaccountman2 4 days ago | parent | prev [-] | |||||||
You could check out Loco.rs I don't use it personally because I don't like the look of SeaORM | ||||||||