'm trying to take advantage of polymodel inheritance and curious to
get opinion of pro/cons of using a datastore model that is essentially
one big table
My datastore layout is starting to look like this:
class BaseModel(polymodel.PolyModel, search.SearchableModel):
created = models.Datetime
yes my bad!! wrong group - apologies
On Apr 25, 4:04 pm, Karen Tracey wrote:
> On Sat, Apr 25, 2009 at 11:57 AM, Tom Howe wrote:
>
> > 'm trying to take advantage of polymodel inheritance and curious to
> > get opinion of pro/cons of using a datastore model that is essentially
> > one big table
2 matches
Mail list logo