paypal
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 22 Jun 2021 08:30:51 +0000 (10:30 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 22 Jun 2021 08:30:51 +0000 (10:30 +0200)
commit74f7584b18b4386433b4c02336f5adafcae530c5
treedd937aed4db11e92b3eaaa87a508cf3334950886
parente15b74e6d8f736dfc8a6101e8b9c6583eebd7509
paypal
19 files changed:
src/club/admin.py
src/club/forms.py
src/club/migrations/0029_schedule_method.py [new file with mode: 0644]
src/club/migrations/0030_populate_method.py [new file with mode: 0644]
src/club/migrations/0031_auto_20210622_0945.py [new file with mode: 0644]
src/club/models.py
src/club/payment_methods.py
src/club/static/club/club.scss
src/club/static/club/paypal2.png [new file with mode: 0644]
src/club/templates/club/payment/payu-re.html
src/club/templates/club/payment_form.html
src/paypal/admin.py [new file with mode: 0644]
src/paypal/migrations/0004_auto_20210622_0945.py [new file with mode: 0644]
src/paypal/models.py
src/paypal/rest.py
src/paypal/urls.py
src/paypal/views.py
src/wolnelektury/static/js/base.js
src/wolnelektury/urls.py