Added: Fundusz, dummy payments.
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 26 Mar 2013 16:10:46 +0000 (17:10 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 26 Mar 2013 16:10:46 +0000 (17:10 +0100)
commit575e58df64c98b53edca9fb6a29b284dbc375609
treefb3997b7c770db5fff54501e2b2e90f2c4476309
parent8d1372958ce4a205f11fcdd44cf6e9cac8429a69
Added: Fundusz, dummy payments.
14 files changed:
.gitignore
apps/funding/admin.py
apps/funding/forms.py [new file with mode: 0755]
apps/funding/migrations/0002_auto__add_spent__del_field_offer_book_url__add_field_offer_book.py [new file with mode: 0644]
apps/funding/models.py
apps/funding/static/funding/.sass-cache/9a22640771b7b9d791c15ce50176b00a63a474df/funding.scssc [deleted file]
apps/funding/static/funding/funding.css
apps/funding/static/funding/funding.scss
apps/funding/templates/funding/offer_detail.html
apps/funding/templates/funding/offer_list.html
apps/funding/templates/funding/thanks.html [new file with mode: 0755]
apps/funding/templates/funding/wlfund.html
apps/funding/urls.py
apps/funding/views.py