aboutsummaryrefslogtreecommitdiffstats
path: root/app.py (unfollow)
Commit message (Collapse)AuthorLines
2018-02-05Major updateGravatar martmists-6/+104
- 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]>
2018-02-05Dynamic route loader; proper application structureGravatar Gareth Coles-35/+145
Also fixed flake8-imports getting the other wrong
2018-02-04Add templates & static folder with .gitkeep'sGravatar JoeBanks13-0/+0
2018-02-04HTTPS minus the SGravatar JoeBanks13-1/+1
2018-02-04Test autodeployGravatar JoeBanks13-1/+1
2018-02-04Satisfy PEP8Gravatar JoeBanks13-4/+2
2018-02-04removed os import by accidentGravatar JoeBanks13-0/+1
2018-02-04PEP8Gravatar JoeBanks13-6/+4
2018-02-04Merged stuffGravatar JoeBanks13-2/+2
2018-02-04Change namesGravatar JoeBanks13-3/+3
2018-02-04Remove vulture, isort & yapfGravatar JoeBanks13-20/+2
2018-02-04Add /invite routeGravatar JoeBanks13-1/+4
2018-02-04test travis build notifsGravatar JoeBanks13-1/+1
2018-02-03satisfy snekcheckGravatar Christopher Baklid-2/+2
2018-02-03adds a catchall for 404 and a healthcheck routeGravatar Christopher Baklid-0/+11
2018-02-03fix readmeGravatar Christopher Baklid-3/+3