On 7/9/07, Marty Alchin <[EMAIL PROTECTED]> wrote:
> I don't know if this is what Adrian was referring to, but I would
> think an ideal "project" would be nothing more than settings.py,
> urls.py (which might be split into multiple files), a set of templates
> and static media content. Essentially, in addition to models, every
> app would be written to have generic views, which can be dropped into
> any environment, provided the proper dependencies are provided.

That's pretty much what I've been doing for a good long while now;
djangosnippets.org, for example, is a project that has a settings
file, root URLConf and templates, and everything else lives inside the
apps it uses.

The biggest hurdle I've seen a lot of people hit is the "how do I have
a home page" question; some folks even go so far as to dedicate an
application to that, which I personally think is overkill, but it'd be
nice if we're going to write up best practices to document ways of
tackling that problem.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to