l):
> category = model.ForeignKey(Category)
> ...
>
> This way you only have to keep up with the Blog Category model and it
> can be used in both apps. Is that what you mean?
>
> Seth
>
> On Mar 3, 9:36 pm, "nn" <[EMAIL PROTECTED]> wrote:
>
> > My site run
My site runs on two apps, a blog and a gallery. However, there are
several models common to each. I don't want to maintain two copies of
these models (one in each app), so what would be the best solution to
this? I've considered consolidating the blog and gallery apps into
one, but I'd prefer to k
2 matches
Mail list logo