Skip to content

Commit

Permalink
fix readme again, v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
reallistic committed Jun 8, 2020
1 parent 03250b7 commit b6dd3de
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,25 +109,24 @@ def pyloot_wrapper(wsgi_environ, start_response):
app.mount("/_pyloot", WSGIMiddleware(pyloot_wrapper))
```


# Screenshots
### View history of object counts by object group:
![history screenshot](https://github.com/reallistic/pyloot/raw/0.0.2/docs/historypage.png)
![history screenshot](https://raw.githubusercontent.com/reallistic/pyloot/master/docs/historypage.png)

### Modify history page size
![history screenshot](https://github.com/reallistic/pyloot/raw/0.0.2/docs/history-pageLimit.png)
![history screenshot](https://raw.githubusercontent.com/reallistic/pyloot/master/docs/history-pageLimit.png)

### Search history page
![history screenshot](https://github.com/reallistic/pyloot/raw/0.0.2/docs/history-search.png)
![history screenshot](https://raw.githubusercontent.com/reallistic/pyloot/master/docs/history-search.png)

### View objects by group
![objects by group](https://github.com/reallistic/pyloot/raw/0.0.2/docs/objects-by-group.png)
![objects by group](https://raw.githubusercontent.com/reallistic/pyloot/master/docs/objects-by-group.png)

### Modify objects fetch size
![objects by group](https://github.com/reallistic/pyloot/raw/0.0.2/docs/objects-fetchLimit.png)
![objects by group](https://raw.githubusercontent.com/reallistic/pyloot/master/docs/objects-fetchLimit.png)

### Modify objects page size
![objects by group](https://github.com/reallistic/pyloot/raw/0.0.2/docs/objects-pageLimit.png)
![objects by group](https://raw.githubusercontent.com/reallistic/pyloot/master/docs/objects-pageLimit.png)

### View an object, its attributes, __repr__, children, and parents
![view and object](https://github.com/reallistic/pyloot/raw/0.0.2/docs/object.png)
![view and object](https://raw.githubusercontent.com/reallistic/pyloot/master/docs/object.png)

0 comments on commit b6dd3de

Please sign in to comment.