Base payment scheme.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 4 Mar 2019 20:50:33 +0000 (21:50 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 4 Mar 2019 20:50:33 +0000 (21:50 +0100)
commit4b86e623b0ff7a5a53bdb29df06eab039ebe4e1e
treea870c7161952154b43091039cf97c6da74e732ad
parent768497c92cb75290c032f4ffd586eccab6fd3eec
Base payment scheme.
28 files changed:
src/club/__init__.py [new file with mode: 0644]
src/club/admin.py [new file with mode: 0644]
src/club/apps.py [new file with mode: 0644]
src/club/forms.py [new file with mode: 0644]
src/club/helpers.py [new file with mode: 0644]
src/club/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/club/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/club/migrations/0001_initial.py [new file with mode: 0644]
src/club/migrations/__init__.py [new file with mode: 0644]
src/club/models.py [new file with mode: 0644]
src/club/payment_methods.py [new file with mode: 0644]
src/club/templates/club/dummy_payment.html [new file with mode: 0644]
src/club/templates/club/index.html [new file with mode: 0644]
src/club/templates/club/membership_form.html [new file with mode: 0644]
src/club/templates/club/payment/dummy-re.html [new file with mode: 0644]
src/club/templates/club/payment/dummy.html [new file with mode: 0644]
src/club/templates/club/payment/paypal-re.html [new file with mode: 0644]
src/club/templates/club/payment/payu-re.html [new file with mode: 0644]
src/club/templates/club/payment/payu.html [new file with mode: 0644]
src/club/templates/club/schedule.html [new file with mode: 0644]
src/club/templates/club/widgets/plan.html [new file with mode: 0644]
src/club/templatetags/__init__.py [new file with mode: 0644]
src/club/templatetags/club.py [new file with mode: 0644]
src/club/translation.py [new file with mode: 0644]
src/club/urls.py [new file with mode: 0644]
src/club/views.py [new file with mode: 0644]
src/wolnelektury/settings/apps.py
src/wolnelektury/urls.py