More admin controls + Fix pay/success error 500
Divide the amount received from Stripe by 100.0
Changes to payment models
mypy and django-stubs: Use it or lose it
Type checkers for the win - they do weed out bugs! Especially when we don't have that many tests :)
Switch to using uv instead of pip-tools