initial commit
commit36bab759ed11ef49505a37dc4ede886be10bf8dd
authorStefan Koegl <stefan@skoegl.net>
Sun, 7 Mar 2010 16:55:38 +0000 (7 17:55 +0100)
committerStefan Koegl <stefan@skoegl.net>
Sun, 7 Mar 2010 16:55:38 +0000 (7 17:55 +0100)
treec51eefaf5241775facce55041aae5e72d1216244
initial commit
16 files changed:
.gitignore [new file with mode: 0644]
__init__.py [new file with mode: 0644]
cards/__init__.py [new file with mode: 0644]
cards/admin.py [new file with mode: 0644]
cards/models.py [new file with mode: 0644]
cards/templates/answer.html [new file with mode: 0644]
cards/templates/base.html [new file with mode: 0644]
cards/templates/card.html [new file with mode: 0644]
cards/templates/level.html [new file with mode: 0644]
cards/templates/login.html [new file with mode: 0644]
cards/tests.py [new file with mode: 0644]
cards/views.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
settings.py [new file with mode: 0644]
static/screen.css [new file with mode: 0644]
urls.py [new file with mode: 0644]