Entries published on September 10, 2006
1 entry published on this date. See also: all entries published in September 2006, latest entries.
Django tips: laying out an application
Continuing the theme of dealing with common questions from the Django mailing lists and IRC channel, today we’ll look at how to organize the various bits of a Django-based project or application.
Projects versus applications
This is really more of a separate (though related) question, but understanding the distinction Django draws between a “project” and an “application” is a big part of good code layout. Roughly speaking, this is what the two terms mean:
-
An application tries to provide a single, relatively self-contained set of related functions. An application ...
Read full entry and comments
← Entries published on September 4, 2006
Entries published on September 20, 2006 →
Copyright © 2006-2008 James Bennett. Learn more about the author or about this site. Subscribe to feeds to get updates.