some work on questions
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 10 Jan 2013 12:23:46 +0000 (13:23 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 10 Jan 2013 12:24:58 +0000 (13:24 +0100)
commit548d9fe735b1c4f04c296f01a3bf73149f627005
tree1426809711979c428b9a2a4938185553c98513e5
parent4df6b2c6b149e9c0055cd0ab98a6568facefea84
some work on questions
16 files changed:
prawokultury/settings.d/30-apps.py
prawokultury/urls.py
questions/__init__.py [new file with mode: 0644]
questions/admin.py [new file with mode: 0755]
questions/forms.py [new file with mode: 0755]
questions/migrations/0001_initial.py [new file with mode: 0644]
questions/migrations/__init__.py [new file with mode: 0644]
questions/models.py [new file with mode: 0644]
questions/templates/questions/answered_mail.txt [new file with mode: 0755]
questions/templates/questions/question_detail.html [new file with mode: 0755]
questions/templates/questions/question_form.html [new file with mode: 0755]
questions/templates/questions/question_list.html [new file with mode: 0755]
questions/templates/questions/question_thanks.html [new file with mode: 0755]
questions/urls.py [new file with mode: 0755]
questions/views.py [new file with mode: 0644]
requirements.txt