> I have the main page > that will display multiple sections that are each individuals apps.
My first question is: do they update anything after the initial data fetch? If not, why not just build the page on the first GET (using template includes, etc.) and be done with it. > One obvious problem with this is that if a person goes to /news/ > directly, they will see an unstyled, unformatted chuck of data since > there is head nor doctype declaration in the xxxx_list.html file. Why would they go there if you don't give them a URL to it? Seriously, you may get hits on those URLs from snarf-bots that do automated shoulder surfing, but otherwise people just click the links you give them. If it's really critical, you can always do a referer check. > It works nicely otherwise, but I am still not completely satisfied > with this workaround. How is it a workaround? You haven't given a clear picture of what it is you are trying to accomplish, and maybe that's part of the problem. Sometimes it's really useful to start doing User Stories. You look at a page and for every component on it you say, "The user sees this, does this, and gets this other thing." Really try to see your site through the eyes of your (potential) users. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---