Skip to content
admin interface for aiohttp application http://aiohttp-admin.readthedocs.io
Python JavaScript HTML CSS Makefile
Branch: master
Clone or download
dependabot-preview Bump sphinx from 2.4.2 to 2.4.3
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v2.4.2...v2.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Latest commit 870dad6 Feb 24, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
aiohttp_admin fix: corrected part of code which connected with a new trafaret api Nov 3, 2019
demos Update ipdb from 0.12 to 0.12.2 Oct 7, 2019
docs [ImgBot] optimizes images Oct 6, 2018
tests fix: corrected tests Nov 3, 2019
.babelrc Feat add react admin (#358) Apr 22, 2018
.coveragerc cover branches Oct 1, 2016
.eslintignore Eslint, basic yarn integration Oct 13, 2016
.eslintrc Feat started to implement edit show views (#364) May 5, 2018
.gitignore Feat add react admin (#358) Apr 22, 2018
.pyup.yml Create .pyup.yml Dec 5, 2017
.travis.yml fix: fixed node version for `CI` (#365) May 5, 2018
CHANGES.txt add initial files Jan 2, 2016
CONTRIBUTING.rst Remove docker-machine parts Dec 18, 2017
LICENSE Update license Jun 17, 2016
MANIFEST.in better manifest Mar 11, 2016
Makefile better command for pytest Nov 13, 2016
README.rst Update docs Dec 14, 2017
docker-compose.yml Update docs Dec 14, 2017
package.json Bump eslint from 3.7.1 to 4.18.2 (#432) Jun 21, 2019
requirements-dev.txt Bump pytest from 5.3.4 to 5.3.5 Jan 30, 2020
requirements-doc.txt Bump sphinx from 2.4.2 to 2.4.3 Feb 24, 2020
setup.py Add asyncio trove classifier (#203) Jul 27, 2017
webpack.config.babel.js Feat add react admin (#358) Apr 22, 2018
yarn.lock Bump fstream from 1.0.11 to 1.0.12 (#439) Jul 13, 2019

README.rst

aiohttp_admin

https://travis-ci.org/aio-libs/aiohttp_admin.svg?branch=master

aiohttp_admin will help you on building an admin interface on top of an existing data model. Library designed to be database agnostic and decoupled of any ORM or database layer. Admin module relies on async/await syntax (PEP492) thus not compatible with Python older than 3.5.

https://raw.githubusercontent.com/aio-libs/aiohttp_admin/master/docs/demo.gif

Design

aiohttp_admin using following design philosophy:

  • backend and frontend of admin views are decoupled by REST API as a result it is possible to change admin views without changing any python code. On browser side user interacts with single page application (ng-admin).
  • admin views are database agnostic, if it is possible to implement REST API it should be straightforward to add admin views. Some filtering features may be disabled if database do not support some kind of filtering.

Supported backends

Mailing List

https://groups.google.com/forum/#!forum/aio-libs

Requirements

You can’t perform that action at this time.