Laying out a Django application

The B-List gives some tips for laying out a Django 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.

This includes a good explanation of the difference between a project and an application, default file layouts, and a few other items. Definitely worth reading if you are new to the Django web framework.

Leave a Reply