Project design / FS layout for large django projects

Posted by rcreswick on Stack Overflow See other posts from Stack Overflow or by rcreswick
Published on 2008-09-04T16:36:12Z Indexed on 2010/04/22 1:23 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

What is the best way to layout a large django project? The tutuorials provide simple instructions for setting up apps, models, and views, but there is less information about how apps and projects should be broken down, how much sharing is allowable/necessary between apps in a typical project (obviously that is largely dependent on the project) and how/where general templates should be kept.

Does anyone have examples, suggestions, and explanations as to why a certain project layout is better than another? I am particularly interested in the incorporation of large numbers of unit tests (2-5x the size of the actual code base) and string externalization / templates.

© Stack Overflow or respective owner

Related posts about python

Related posts about design