A bunch of fixes :
authorJérôme Benoit <jerome.benoit@grenouille.com>
Fri, 1 Nov 2013 01:35:59 +0000 (02:35 +0100)
committerJérôme Benoit <jerome.benoit@grenouille.com>
Fri, 1 Nov 2013 01:35:59 +0000 (02:35 +0100)
commit298255d2254e2dd9c80e3378493cd296e1d54ba1
tree70e6027859c9b7446f5a900fd62ad757e5f1a56b
parentc8070854bc39b679b53502dd08eb9b8e33477e42
A bunch of fixes :

* Correct the data models to make use of django user management.
  There's still some questions but I think the is_author will be useful to filter author from user
  quickly;
* Finalize the comic data model, looks really cool now;
* Work on the admin interface;

Probably more ... I've forgot.

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