Basic crowdfunding.
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 26 Mar 2013 11:54:40 +0000 (12:54 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 26 Mar 2013 11:55:29 +0000 (12:55 +0100)
commit8d1372958ce4a205f11fcdd44cf6e9cac8429a69
tree4d67e31f28803acfd66b02f3689573a1ca67d97e
parente304ddc63e67fcf4176145e5405abdc0ff7ddd0b
Basic crowdfunding.
Make all timing stuff tz-aware.
37 files changed:
apps/funding/__init__.py [new file with mode: 0644]
apps/funding/admin.py [new file with mode: 0755]
apps/funding/migrations/0001_initial.py [new file with mode: 0644]
apps/funding/migrations/__init__.py [new file with mode: 0644]
apps/funding/models.py [new file with mode: 0644]
apps/funding/static/funding/.sass-cache/9a22640771b7b9d791c15ce50176b00a63a474df/funding.scssc [new file with mode: 0644]
apps/funding/static/funding/funding.css [new file with mode: 0755]
apps/funding/static/funding/funding.scss [new file with mode: 0755]
apps/funding/templates/funding/offer_detail.html [new file with mode: 0755]
apps/funding/templates/funding/offer_list.html [new file with mode: 0755]
apps/funding/templates/funding/tags/funding.html [new file with mode: 0755]
apps/funding/templates/funding/wlfund.html [new file with mode: 0755]
apps/funding/templatetags/__init__.py [new file with mode: 0755]
apps/funding/templatetags/funding_tags.py [new file with mode: 0755]
apps/funding/tests.py [new file with mode: 0644]
apps/funding/urls.py [new file with mode: 0755]
apps/funding/views.py [new file with mode: 0644]
apps/oai/handlers.py
apps/pdcounter/static/pdcounter/pdcounter.js
apps/pdcounter/templates/pdcounter/author_detail.html
apps/pdcounter/templates/pdcounter/book_stub_detail.html
apps/pdcounter/templatetags/__init__.py [new file with mode: 0755]
apps/pdcounter/templatetags/time_tags.py [new file with mode: 0755]
apps/pdcounter/views.py
apps/wolnelektury_core/static/css/header.css
apps/wolnelektury_core/static/img/green-pixel.png [new file with mode: 0644]
apps/wolnelektury_core/templates/superbase.html
apps/wolnelektury_core/views.py
requirements-dev.txt
requirements-test.txt
requirements.txt
wolnelektury/settings/__init__.py
wolnelektury/settings/basic.py
wolnelektury/settings/locale.py
wolnelektury/settings/static.py
wolnelektury/urls.py
wolnelektury/utils.py [new file with mode: 0644]