Initial commit

This commit is contained in:
2020-11-13 15:31:14 +01:00
parent 2af942da5a
commit 10e2a34143
103 changed files with 3609 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
venv/*
.vscode/*
static/*
__pycache__
db.sqlite3
doc/_build/
doc/output/
api_test.py
log/*