Export to GitHub

pydocweb - issue #9

Refactor and split models.py and views.py


Posted on Sep 15, 2008 by Grumpy Monkey

The models.py and views.py have grown to be too long and messy. The code needs a cleanup.

Comment #1

Posted on Sep 15, 2008 by Grumpy Monkey

The right way(TM) appears to be to split the monolithic hunk of code to multiple apps; see http://www.b-list.org/weblog/2008/mar/15/slides/

This'll probably break the DB schema, though...

Comment #2

Posted on Oct 13, 2008 by Grumpy Monkey

views.py split into multiple files and urls.py into multiple parts in r402.

Status: Assigned

Labels:
Type-Task