Skip to content

Commit

Permalink
fix bullet list in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolai-dr committed Sep 18, 2016
1 parent b0e62a9 commit f37a585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Design
**aiohttp_admin** using following design philosophy:

- backend and frontend of admin views are decoupled by REST API as
result it is possible to change admin views without changing any **python**
code. On browser side user interacts with single page application (ng-admin).
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 strait forward to add admin views. Some filtering features may
be disabled if database do not support some kind of filtering.
it should be strait forward to add admin views. Some filtering features may
be disabled if database do not support some kind of filtering.


.. image:: https://cdn.rawgit.com/aio-libs/aiohttp_admin/master/docs/diagram.svg
Expand Down

0 comments on commit f37a585

Please sign in to comment.