The comicsporn django app : the beginning.
authorJérôme Benoit <jerome.benoit@grenouille.com>
Wed, 30 Oct 2013 23:40:54 +0000 (00:40 +0100)
committerJérôme Benoit <jerome.benoit@grenouille.com>
Wed, 30 Oct 2013 23:40:54 +0000 (00:40 +0100)
commitc8070854bc39b679b53502dd08eb9b8e33477e42
treef44554a8413e6846abe02d9e90f7e561402c7d20
parentd243a81ef17b2320a5cbed5057875c98b714c33c
The comicsporn django app : the beginning.

Signed-off-by: Jérôme Benoit <jerome.benoit@grenouille.com>
comicsporn/__init__.py [new file with mode: 0644]
comicsporn/__init__.pyc [new file with mode: 0644]
comicsporn/models.py [new file with mode: 0644]
comicsporn/models.pyc [new file with mode: 0644]
comicsporn/tests.py [new file with mode: 0644]
comicsporn/views.py [new file with mode: 0644]
settings.py