aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/invite.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move from straight app registration to Blueprints (#6)Gravatar Gareth Coles2018-02-09-12/+0
|
* Weird, PyCharm didn't commit all my changes last pushGravatar Gareth Coles2018-02-08-3/+0
|
* Template renderingGravatar Gareth Coles2018-02-06-2/+2
|
* Revert "Finally fix this garbage"Gravatar Gareth Coles2018-02-06-0/+15
| | | | This reverts commit 57abb43
* Finally fix this garbageGravatar martmists2018-02-05-15/+0
| | | | Signed-off-by: martmists <[email protected]>
* Revert "Major update"Gravatar Gareth Coles2018-02-05-0/+15
| | | | This reverts commit 80a1ab5
* Major updateGravatar martmists2018-02-05-15/+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/+15
Also fixed flake8-imports getting the other wrong