6 am, ALJ wrote:
>
> > > > Hi Preston,
>
> > > > Sorry, I don't get it.
>
> > > > The certainly do have the same fields, but sometimes the fields are
> > > > derived from a linked table, or are a foreign key or sometimes text.
> > > >
rote:
>
> > > Hi Preston,
>
> > > Sorry, I don't get it.
>
> > > The certainly do have the same fields, but sometimes the fields are
> > > derived from a linked table, or are a foreign key or sometimes text.
> > > So I don't underst
interface adapt to what the
> > current type is would work.
>
> > ALJ
>
> > On Mar 16, 3:04 pm, Preston Holmes wrote:
>
> > > On Mar 16, 3:21 am, ALJ wrote:
>
> > > > This is a bit of a modeling question that I am struggling to get my
> &
; ALJ
>
> On Mar 16, 3:04 pm, Preston Holmes wrote:
>
> > On Mar 16, 3:21 am, ALJ wrote:
>
> > > This is a bit of a modeling question that I am struggling to get my
> > > head around. How would you model this scenario?
>
> > > I have to record
6, 3:04 pm, Preston Holmes wrote:
> On Mar 16, 3:21 am, ALJ wrote:
>
>
>
> > This is a bit of a modeling question that I am struggling to get my
> > head around. How would you model this scenario?
>
> > I have to record expenses that are of 3 different types.
>
&
On Mar 16, 3:21 am, ALJ wrote:
> This is a bit of a modeling question that I am struggling to get my
> head around. How would you model this scenario?
>
> I have to record expenses that are of 3 different types.
>
> 1. Fixed - The name of the expense and unit amount are fi
... I suppose this would be the approach for extending a base model.
My question is ... does it really matter which approach to take? Does
one approach have advanteages or pitfalls?
>>.
class BaseCost(models.Model):
markettingevent = models.ForeignKey(Event)
un
This is a bit of a modeling question that I am struggling to get my
head around. How would you model this scenario?
I have to record expenses that are of 3 different types.
1. Fixed - The name of the expense and unit amount are fixed. For
example, "inconvenience allowance" of £30
8 matches
Mail list logo