symposion_app/registrasion
2016-09-15 15:33:43 +10:00
..
contrib Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
controllers Adds cancellation fee implementation and tests 2016-09-15 12:15:40 +10:00
migrations Use textfield for some things rather than char field 2016-09-05 19:45:44 +10:00
models Use textfield for some things rather than char field 2016-09-05 19:45:44 +10:00
reporting Flake8 fixes for reports 2016-09-13 18:54:28 +10:00
templatetags Adds missing_categories tag 2016-09-14 13:28:15 +10:00
tests Adds test for GroupMemberCondition 2016-09-15 15:33:43 +10:00
__init__.py Marks 0.2.0-dev 2016-04-27 11:36:31 +10:00
admin.py Adds admin and migration for GroupMember conditions 2016-09-05 10:48:38 +10:00
apps.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
exceptions.py flake8 fixes 2016-04-07 13:26:25 +10:00
forms.py Adds form for generating a cancellation fee. 2016-09-15 12:25:34 +10:00
urls.py Replaces the final stage of guided registration with a review page, which shows after adding anything to your cart. 2016-09-14 14:59:01 +10:00
util.py Makes the discounts section from _handle_products evaluate lazily, just in case it’s never displayed in a template (those are some very very expensive queries there). 2016-04-29 11:09:08 +10:00
views.py Adds form for generating a cancellation fee. 2016-09-15 12:25:34 +10:00