Re: New to Django / Web Development [ Confused About When to Store To Database For Static Content]

2012-12-22 Thread Gerald Klein
I think you answered the question yourself, if something rarely changes the only reason to store it in a db would be for convenience. Static pages are more successfully cached. ---jerry On Sat, Dec 22, 2012 at 5:43 PM, Django Son < i.ask.django.questi...@gmail.com> wrote: > Hi there, :) > > I'm

Re: New to Django / Web Development [ Confused About When to Store To Database For Static Content]

2012-12-22 Thread Russell Keith-Magee
On Sun, Dec 23, 2012 at 7:43 AM, Django Son < i.ask.django.questi...@gmail.com> wrote: > Hi there, :) > > I'm a complete beginner at webdev and had a question about when to store > to a database for content that seldom changes. I understand the need to > access and modify a database for dynamic

New to Django / Web Development [ Confused About When to Store To Database For Static Content]

2012-12-22 Thread Django Son
Hi there, :) I'm a complete beginner at webdev and had a question about when to store to a database for content that seldom changes. I understand the need to access and modify a database for dynamic content but what about static content? For instance, lets say my website has a large number of