Miradil Zeynalli
Miradil Zeynalli
To be honest no, I had to change screen and use another one
And can you use another SPI device?
Perfect. Thank you!
The `obj` is Object object, meaning, it is not dict. I was able to do a workaround like this which could be maybe adopted? ```python def merge_agg_to_obj(item: Row): extra =...
I have different case that needs this feature, decided to share in this thread too: If I have a superclass model which has fields with aliases, I would like to...
Default base_url suits me, however, whenever set any root_path, admin gets messy like I showed in screenshots. You second point would work, but, it is hassle to add `api/v1/` to...
How? Just adding root_path breaks admin panel. Is it expected?
Just checked, no it does not work. Change the line to: `admin.app.root_path = ""`, but as `app` passed to admin is the global fastapi app, I am overriding global root_path...
To be honest no, unfortunately, have been super busy for the last couple of months.