aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/__init__.py (follow)
Commit message (Collapse)AuthorAgeLines
* attempt to fix stacktrace when initialising logger (#17)Gravatar Christopher Baklid2018-02-18-2/+1
|
* Simple logging. (#16)Gravatar Leon Sandøy2018-02-18-0/+17
| | | | | | | | * 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
* PffftGravatar Gareth Coles2018-02-08-2/+0
|
* Revert "Finally fix this garbage"Gravatar Gareth Coles2018-02-06-0/+3
| | | | This reverts commit 57abb43
* Finally fix this garbageGravatar martmists2018-02-05-3/+0
| | | | Signed-off-by: martmists <[email protected]>
* Revert "Major update"Gravatar Gareth Coles2018-02-05-0/+3
| | | | This reverts commit 80a1ab5
* Major updateGravatar martmists2018-02-05-3/+0
| | | | | | | | | | | | | | - 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]>
* Dynamic route loader; proper application structureGravatar Gareth Coles2018-02-05-0/+3
Also fixed flake8-imports getting the other wrong