symposion_app/registrasion/controllers
2016-03-23 15:04:51 +11:00
..
__init__.py Moves the controller modules into their own subpackage. There's going to be a lot of stuff in there. 2016-01-22 16:29:41 +11:00
cart.py Applying a voucher to a cart now uses the voucher code rather than the voucher object. Adds tests for constraints on vouchers. 2016-03-23 15:04:51 +11:00
conditions.py Fixes flake8 errors 2016-01-22 17:21:29 +11:00
invoice.py Adds checkout view, which generates an invoice, and then redirects to the invoice itself. 2016-03-04 18:32:52 -08:00
product.py Fixes flake8 errors 2016-01-22 17:21:29 +11:00