On 7/9/07, James Bennett <[EMAIL PROTECTED]> wrote:
> 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.

Good to know I was on the right track.

> 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.

Well, as I was just refactoring one of my projects to use more generic
views, I found that direct_to_template works quite well for my home
page needs. I don't know if that's an adequate recommendation, but it
should do for most sites, I would think.

-Gul

--~--~---------~--~----~------------~-------~--~----~
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