symposion_app/registrasion
2016-03-26 20:21:54 +11:00
..
controllers Makes it invalid for a user to re-enter a voucher code they already have. 2016-03-26 19:47:01 +11:00
migrations Adds logic for required categories 2016-03-24 14:19:33 +11:00
templates Shows the available discounts on the registration form 2016-03-26 14:03:25 +11:00
templatetags Adds more tags for the dashboard. 2016-03-26 15:14:28 +11:00
tests Makes it invalid for a user to re-enter a voucher code they already have. 2016-03-26 19:47:01 +11:00
__init__.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
admin.py Fixes error in EnablingConditionBase, adds admins for Product and Category enabling conditions 2016-03-04 18:33:03 -08:00
apps.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
forms.py Replaces CategoryForm with ProductsForm (makes the form slightly dumber) 2016-03-26 13:37:13 +11:00
models.py Factors out voucher form handling into its own function 2016-03-26 20:01:46 +11:00
urls.py Fix flake8 warnings 2016-03-25 14:51:39 +11:00
views.py Refactors the product_category view to be much simpler 2016-03-26 20:21:54 +11:00