aiohttp-admin
aiohttp-admin copied to clipboard
admin interface for aiohttp application http://aiohttp-admin.readthedocs.io
Some build tools like `Bazel` uses symlinks for source files, this causes problem with static files. https://github.com/aio-libs/aiohttp_admin/blob/v0.0.3/aiohttp_admin/admin.py#L81 - `add_static` is called with default param `follow_symlinks=False`. Looks like aiohttp_admin.setup and admin.setup_admin_handlers...
For example, I create some resource and I wanna take custom handlers about save resources. à la Django signals
> NotImplementedError: Validator for type NUMERIC(10, 2) not implemented I observed the same for Decimal
I have already installed aiohttp_admin but there arent anything in the documentation what to do after installing. What i need to import and where i need to do it. Please...
There is plans to migrate to react with `admin-on-rest` [1] UI framework since `ng-admin` uses outdated angular. [1] https://github.com/marmelab/admin-on-rest - [ ] edit, view forms - [ ] filters -...
Every time there is an error in my request to the backend I am logged out of admin. using master branch.
ERROR:aiohttp.server:Error handling request Traceback (most recent call last): File "/home/oscar/.pyenv/versions/ads/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 390, in start resp = await self._request_handler(request) File "/home/oscar/.pyenv/versions/ads/lib/python3.6/site-packages/aiohttp/web_app.py", line 352, in _handle resp = await handler(request) File "/home/oscar/.pyenv/versions/ads/lib/python3.6/site-packages/aiohttp/web_middlewares.py",...
Count items via 'count' raise AttributeError: 'AsyncIOMotorCursor' object has no attribute 'count'
find_and_modify to find_one_and_update remove to delete_one
MongoId.converter() code was moved in trafaret into .check_and_return()