Re: admin filter field

2008-04-04 Thread ameriblog
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: > >

Re: tags separated by comma

2008-04-02 Thread ameriblog
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

tags separated by comma

2008-04-02 Thread ameriblog
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? --~--~-~--~~

Re: templatetags

2008-03-30 Thread ameriblog
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

templatetags

2008-03-29 Thread ameriblog
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

sports ratings

2008-03-29 Thread ameriblog
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

admin filter field

2008-03-28 Thread ameriblog
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