Basically usable funding workflow.
authorRadek Czajka <radek.czajka@gmail.com>
Wed, 27 Mar 2013 16:11:51 +0000 (17:11 +0100)
committerRadek Czajka <radek.czajka@gmail.com>
Wed, 27 Mar 2013 16:11:51 +0000 (17:11 +0100)
commit28cb104054903726b0556222929f8f2e9941882d
tree7d2a44587f8e584bfaa5d28af1a4ef24fc73111c
parent575e58df64c98b53edca9fb6a29b284dbc375609
Basically usable funding workflow.
24 files changed:
apps/funding/forms.py
apps/funding/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
apps/funding/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
apps/funding/migrations/0003_auto__add_field_offer_due.py [new file with mode: 0644]
apps/funding/migrations/0004_auto__add_field_funding_anonymous.py [new file with mode: 0644]
apps/funding/models.py
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/tags/funding.html
apps/funding/templates/funding/tags/offer_detail_head.html [new file with mode: 0644]
apps/funding/templates/funding/thanks.html
apps/funding/templates/funding/widgets/amount.html [new file with mode: 0644]
apps/funding/templates/funding/wlfund.html
apps/funding/templatetags/funding_tags.py
apps/funding/views.py
apps/funding/widgets.py [new file with mode: 0644]
apps/wolnelektury_core/static/css/form.css [new file with mode: 0644]
apps/wolnelektury_core/static/css/form.scss [new file with mode: 0644]
lib/pyscss_compiler.py [new file with mode: 0644]
requirements.txt
wolnelektury/settings/custom.py
wolnelektury/settings/static.py