[Chapters] add model Chapter
commit1df18b52b69b4df3ca25c80710c724de77903984
authorStefan Kögl <stefan@skoegl.net>
Mon, 18 Aug 2014 19:59:06 +0000 (18 21:59 +0200)
committerStefan Kögl <stefan@skoegl.net>
Mon, 18 Aug 2014 19:59:06 +0000 (18 21:59 +0200)
tree4a546a89af5f01cc433e5dd86202b2d73d64abe5
parent2562aedeb43210d04590d9b2263dde83c0c987f3
[Chapters] add model Chapter
mygpo/chapters/__init__.py [new file with mode: 0644]
mygpo/chapters/admin.py [new file with mode: 0644]
mygpo/chapters/migrations/0001_initial.py [new file with mode: 0644]
mygpo/chapters/migrations/__init__.py [new file with mode: 0644]
mygpo/chapters/models.py [new file with mode: 0644]
mygpo/chapters/tests.py [new file with mode: 0644]
mygpo/chapters/views.py [new file with mode: 0644]
mygpo/settings.py