File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ Design
18
18
------
19
19
**aiohttp_admin ** using following design philosophy:
20
20
21
- - backend and frontend of admin views are decoupled by REST API as
21
+ - backend and frontend of admin views are decoupled by REST API as a
22
22
result it is possible to change admin views without changing any **python **
23
23
code. On browser side user interacts with single page application (ng-admin).
24
24
25
25
- admin views are database agnostic, if it is possible to implement REST API
26
- it should be strait forward to add admin views. Some filtering features may
26
+ it should be straightforward to add admin views. Some filtering features may
27
27
be disabled if database do not support some kind of filtering.
28
28
29
29
You can’t perform that action at this time.
0 commit comments