Introducing polls
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Mon, 20 May 2013 13:07:34 +0000 (15:07 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Mon, 3 Jun 2013 08:03:41 +0000 (10:03 +0200)
commit9203d27cee887569ad260dd91d798df68a1d3ada
treec73b620c2b8c4635e28a152eaab44f3e2a3a7a46
parent5d4057337796667537724950ed99aafe3edaa9d9
Introducing polls
19 files changed:
apps/polls/__init__.py [new file with mode: 0644]
apps/polls/admin.py [new file with mode: 0644]
apps/polls/forms.py [new file with mode: 0644]
apps/polls/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
apps/polls/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
apps/polls/migrations/0001_initial.py [new file with mode: 0644]
apps/polls/migrations/__init__.py [new file with mode: 0644]
apps/polls/models.py [new file with mode: 0644]
apps/polls/static/polls/polls.css [new file with mode: 0644]
apps/polls/static/polls/polls.scss [new file with mode: 0644]
apps/polls/templates/polls/poll.html [new file with mode: 0644]
apps/polls/templates/polls/tags/poll.html [new file with mode: 0644]
apps/polls/templatetags/__init__.py [new file with mode: 0644]
apps/polls/templatetags/polls_tags.py [new file with mode: 0644]
apps/polls/urls.py [new file with mode: 0644]
apps/polls/views.py [new file with mode: 0644]
wolnelektury/settings/__init__.py
wolnelektury/settings/static.py
wolnelektury/urls.py