Simon Bierozko
Simon Bierozko
Hi there! Same here. I solved it implementing a new method on my ModelView: ```python async def get_object(self, value): stmt = self._stmt_by_identifier(value) return await self._get_object_by_pk(stmt) ``` And calling it when...
Hi there! Why do you need multiple admins? Would you please explain a little more? Because maybe you could solve your problem in some other way with less overhead. I...
Thanks, it's clearer now. Well, I think you could explore the option of having two admins in one app. In that case, I would suggets you to take a look...
Hi there! I recently ran into some issues of a different nature, but I managed to work out a solution that might suit your case as well, or maybe not...