Payment overhaul.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 28 Nov 2019 21:59:12 +0000 (22:59 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 28 Nov 2019 21:59:12 +0000 (22:59 +0100)
commit97c8c6d7c7961976172bece182832d01c9c0fc4b
treec4185ad770fe6c3b8eb8d2bd5fd4c96380137dc6
parentf39c00ef647a7f625d9bd61c570b89d7b9762c61
Payment overhaul.
22 files changed:
src/club/admin.py
src/club/forms.py
src/club/locale/pl/LC_MESSAGES/django.mo
src/club/locale/pl/LC_MESSAGES/django.po
src/club/management/commands/prolong.py
src/club/migrations/0014_club.py [new file with mode: 0644]
src/club/migrations/0015_auto_20191127_0947.py [new file with mode: 0644]
src/club/migrations/0016_migrate_plans.py [new file with mode: 0644]
src/club/migrations/0017_auto_20191127_0959.py [new file with mode: 0644]
src/club/migrations/0018_auto_20191127_1002.py [new file with mode: 0644]
src/club/migrations/0019_remove_schedule_method.py [new file with mode: 0644]
src/club/migrations/0020_auto_20191127_1519.py [new file with mode: 0644]
src/club/migrations/0021_auto_20191127_1545.py [new file with mode: 0644]
src/club/models.py
src/club/payment_methods.py
src/club/templates/club/membership_form.html
src/club/templates/club/schedule.html
src/club/templates/payu/rec_payment.html
src/club/utils.py [new file with mode: 0644]
src/club/views.py
src/wolnelektury/abtests.py
src/wolnelektury/static/js/base.js