| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
| |
* Simple logging. I don't know if this will show up in the docker logs like inver wanted, so it probably needs testing in prod.
* log level via hasattr/getattr, basicConfig instead of custom handlers
* removing the empty string log call
|
| |
|
|
|
|
| |
This reverts commit 57abb43
|
|
|
|
| |
Signed-off-by: martmists <[email protected]>
|
|
|
|
| |
This reverts commit 80a1ab5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to Japronto
- More linters
- Rewrite route handling
- Rewrite error handling
- Rewrite static handling
- Error when no `Index` propery is found
- Probably some more stuff? idk
Code needs testing; Maybe we could use pytest?
Signed-off-by: martmists <[email protected]>
|
|
Also fixed flake8-imports getting the other wrong
|