Téva KRIEF
Téva KRIEF
Okay, so this implies that we'd need to create a `/signup` and a `/login` route. But also that we provide an `User` model right ? I don't know how you...
I can give it a go and set it up with Ormar which I used recently, but I guess I'll need help for the other ORMs.
Hey! Yeah I already use fastapi background tasks because as you said, it supports async and it's already included. That's very cool. But I think that it has some limitations,...
Yes I think you're right, it's more like some configuration in docker-compose. So I was maybe thinking of adding an additional docker-compose for this. I don't have the exact syntax...
Hi ! I'm curious, why do you think it's not a good idea to deploy a database using docker swarm ? Currently we have the database in the docker-compose and...
Hmm, just to be sure, for now there's no possibility to filter data when using `ormar.property_field` right ? I tried using Django syntax but got a KeyError. Maybe there's a...
Hi ! The ability to have an option to disable the textarea would be great !
Your pull requests does 2 things, one is duplicate of https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/348
Hi ! Thank you, I was exactly looking for something like this. I tried your setup, but have you tried it on production with https enabled ? For now I...
Do we have news about this ? This could really be a great feature.