]> git.parisson.com Git - teleforma.git/commit
exam: add models
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 11 May 2014 21:45:18 +0000 (23:45 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 11 May 2014 21:45:18 +0000 (23:45 +0200)
commit7509eacdf19bfc323adb3d1b8906586bf4c315c5
treed8ae0542e384783a38fff8d76cc65eedad527130
parenta712a35bfceb8433546770624ea9c77235f5342b
exam: add models
example/settings.py
example/urls.py
teleforma/exam/__init__.py [new file with mode: 0644]
teleforma/exam/admin.py [new file with mode: 0644]
teleforma/exam/models.py [new file with mode: 0644]
teleforma/exam/tests.py [new file with mode: 0644]
teleforma/exam/views.py [new file with mode: 0644]
teleforma/models/core.py
teleforma/views/core.py