Hi,

I'm developing an application that will house various statistics for
country by country comparisons. Whats the best way to represent this
data using django's models?

For example, each country is likely to have the same variables, eg pop,
avg age, birth rate, etc. but these variables might change overtime. So
if I put them in under the country model, or a related model (eg
CountryInfo -> for speed when accessing just a list of countries), and
at a latter date need to add or remove some variables from CountryInfo
I'll have to modify the model.

Is there a better way?


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

Reply via email to