add stage2 app (with participant view mostly ready)
authorJan Szejko <janek37@gmail.com>
Thu, 29 Dec 2016 14:21:47 +0000 (15:21 +0100)
committerJan Szejko <janek37@gmail.com>
Thu, 29 Dec 2016 14:21:47 +0000 (15:21 +0100)
commitf689c911be1ba63d0f404ddaed570df3c3ffbee9
treebe72412f974451c478d6ed9a8e2ec77ff0d2fad2
parent63cf73a68cbd3b9a22debbe723ad659c3deb95b9
add stage2 app (with participant view mostly ready)
15 files changed:
edumed/settings/apps.py
edumed/templates/base.html
edumed/templates/base_super.html
edumed/urls.py
stage2/__init__.py [new file with mode: 0644]
stage2/admin.py [new file with mode: 0644]
stage2/forms.py [new file with mode: 0644]
stage2/migrations/0001_initial.py [new file with mode: 0644]
stage2/migrations/0002_auto__add_attachment.py [new file with mode: 0644]
stage2/migrations/0003_auto__del_field_answer_uploaded_files.py [new file with mode: 0644]
stage2/migrations/__init__.py [new file with mode: 0644]
stage2/models.py [new file with mode: 0644]
stage2/templates/stage2/participant.html [new file with mode: 0644]
stage2/urls.py [new file with mode: 0644]
stage2/views.py [new file with mode: 0644]