symposion_app/registrasion/controllers
2016-03-26 19:47:01 +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 Makes it invalid for a user to re-enter a voucher code they already have. 2016-03-26 19:47:01 +11:00
conditions.py Fixes flake8 errors 2016-01-22 17:21:29 +11:00
discount.py Adds available_discounts, which allows enumeration of the discounts that are available for a given set of products and categories 2016-03-25 18:59:34 +11:00
invoice.py Fixes invoicing payment logic 2016-03-24 14:20:29 +11:00
product.py Adds available_products as a method on ProductController 2016-03-26 13:37:13 +11:00