Initial commit with a working version

It can already collect all the registered models and make a query on
different fields.  It displays the first 10 records matching the query.
There are currently no means to filter the data.
This commit is contained in:
2017-06-21 16:59:09 +02:00
commit d2680d9afd
5 changed files with 394 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
__pycache__/
*.pyc