wip: saving submission with file attachments
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Mon, 4 Nov 2013 09:34:27 +0000 (10:34 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 15 Jan 2014 10:18:53 +0000 (11:18 +0100)
commite0ca24b203011b28d4fe07fb3c1c76f00fdea959
tree74f3b1de01562de329d62a37f2a46c6eb2e55297
parent985a407d3afd4dae71a362116a2d8bd91fe6babd
wip: saving submission with file attachments
wtem/forms.py [new file with mode: 0644]
wtem/migrations/0001_initial.py [new file with mode: 0644]
wtem/migrations/__init__.py [new file with mode: 0644]
wtem/models.py [new file with mode: 0644]
wtem/static/wtem/wtem.js
wtem/templates/wtem/exercises/file_upload.html
wtem/templates/wtem/main.html
wtem/templates/wtem/thanks.html [new file with mode: 0644]
wtem/urls.py
wtem/views.py