Moving away from getpaid for now.
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 5 Oct 2022 14:32:39 +0000 (16:32 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 5 Oct 2022 14:32:39 +0000 (16:32 +0200)
commit2f331ef41f1d5db23305ec79a02dfbff342ce893
tree9d02bbea0fe21fe08799d554c8d59a301f132782
parent61e9916d2287a31a55605e5e7eb9268a86e3c6db
Moving away from getpaid for now.
15 files changed:
src/club/management/commands/send_receipts.py
src/club/models.py
src/club/payu/models.py
src/funding/__init__.py
src/funding/admin.py
src/funding/forms.py
src/funding/migrations/0007_auto_20221003_1230.py [new file with mode: 0644]
src/funding/migrations/0008_auto_20221003_1235.py [new file with mode: 0644]
src/funding/migrations/0009_move_from_getpaid.py [new file with mode: 0644]
src/funding/models.py
src/funding/templates/funding/includes/fundings.html
src/funding/templatetags/funding_tags.py
src/funding/urls.py
src/funding/views.py
src/wolnelektury/settings/contrib.py