]> git.0d.be Git - django-panik-matos.git/commit
initial models and views
authorFrédéric Péters <fpeters@0d.be>
Sat, 28 Jun 2014 09:44:19 +0000 (11:44 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 28 Jun 2014 09:44:19 +0000 (11:44 +0200)
commit087571491d16ad229d825cb1134bbb34d1e7395c
treef6ed25c4cf4bf103a2ba59a5478d33ddf534e830
parenta23d2c5e08bfd234728414abfd235c0603cc21fb
initial models and views
12 files changed:
MANIFEST.in [new file with mode: 0644]
matos/migrations/0001_initial.py [new file with mode: 0644]
matos/migrations/__init__.py [new file with mode: 0644]
matos/models.py
matos/templates/matos/base.html [new file with mode: 0644]
matos/templates/matos/piece_confirm_delete.html [new file with mode: 0644]
matos/templates/matos/piece_detail.html [new file with mode: 0644]
matos/templates/matos/piece_form.html [new file with mode: 0644]
matos/templates/matos/piece_list.html [new file with mode: 0644]
matos/urls.py [new file with mode: 0644]
matos/views.py
setup.py [new file with mode: 0644]