aiohttp_admin2 icon indicating copy to clipboard operation
aiohttp_admin2 copied to clipboard

aiohttp admin is generator for admin interface based on aiohttp

Results 2 aiohttp_admin2 issues
Sort by recently updated
recently updated
newest added

In the quick start guid, in the relations_to_many part (UserController to PostController). I assume the field 'id' should be 'author_id'. ``` relations_to_many = [ ToManyRelation( # the name of current...

Hello. Is the planning to add the asyncpg library as the driver for Postgres?