Basic book shop support.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 23 Sep 2013 14:55:33 +0000 (16:55 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 23 Sep 2013 14:55:33 +0000 (16:55 +0200)
commit91117520dbe0336cd5acc91c6d8e23d81141f9df
tree9e94b13731f65940ad1b2e0ba9060b1a53b318e0
parentd7089c0d33bbe9cd5b8bc67aa9d9022792db7309
Basic book shop support.
21 files changed:
prawokultury/settings.d/30-apps.py
prawokultury/static/img/payu.png [new file with mode: 0644]
prawokultury/templates/migdal/entry/publications/entry_detail.html [new file with mode: 0755]
prawokultury/urls.py
requirements.txt
shop/__init__.py [new file with mode: 0644]
shop/admin.py [new file with mode: 0644]
shop/forms.py [new file with mode: 0644]
shop/migrations/0001_initial.py [new file with mode: 0644]
shop/migrations/__init__.py [new file with mode: 0644]
shop/models.py [new file with mode: 0644]
shop/templates/shop/email/base.txt [new file with mode: 0755]
shop/templates/shop/email/payed.txt [new file with mode: 0644]
shop/templates/shop/no_thanks.html [new file with mode: 0644]
shop/templates/shop/offer_detail.html [new file with mode: 0644]
shop/templates/shop/snippets/order_form.html [new file with mode: 0755]
shop/templates/shop/thanks.html [new file with mode: 0644]
shop/templatetags/__init__.py [new file with mode: 0755]
shop/templatetags/shop_tags.py [new file with mode: 0755]
shop/urls.py [new file with mode: 0644]
shop/views.py [new file with mode: 0644]