i have the following classes:
NEWS
headline
story
main-image (fk)
story-image (fk)
IMAGE
image
title
description
type
What I'd like to do is in the admin, when I go to add a news item that
in the main-image field it only gets entries from IMAGE where type =
1, and story-image where type = 2
Ca
i have my own formula used for sports ratings (like jeff sagarin, the
bcs, etc). right now i have an old Visual Basic code that updates the
ratings and i just save it as a text file and ftp to the web. i'd
really love to make it dynamic, so it presents better ( like
http://kenpom.com/rpi.php ), bu
i have a site that lists candidates for mayor, on the page i have
biographical information, also i want to include recent news for that
candidate. i have news setup as a class in the models.py that has a
ManyToMany relationship with the candidates (since plenty of news
stories cover multiple candi
My sports ratings are as long-term project, no need for them to be
ready until late August :)
On Mar 29, 10:38 pm, jeffself <[EMAIL PROTECTED]> wrote:
> On Mar 29, 11:40 pm, ameriblog <[EMAIL PROTECTED]> wrote:
>
> > i have a site that lists candidates for m
i'm interested in my political app for allowing site visitors to
submit news stories on candidates, etc. i'd like for them to be able
to add tags to the story that are separated by a comma.
just kind of curious the best way to do this, structure my model, etc?
--~--~-~--~~
t;
> I have used and, though not the more complex features like tag AND-OR-
> filter thingies. it worked good for me.
>
> On 3 Apr., 01:40, ameriblog <[EMAIL PROTECTED]> wrote:
>
>
>
> > i'm interested in my political app for allowing site visitors to
> > subm
karen,
thnx. what if i want to limit the field by two different fields? i
want to limit it to active = 1 and type = 1
On Mar 28, 1:49 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 28, 2008 at 1:40 PM, ameriblog <[EMAIL PROTECTED]> wrote:
>
>
7 matches
Mail list logo