Re: Generic Relations + Admin Interface

2007-07-03 Thread Russell Keith-Magee
On 7/4/07, David <[EMAIL PROTECTED]> wrote: > > Please let me stress that that isn't the full implementation (if you > want me to go into further detail, please let me know). Basically, I > want to be able to assign many different objects (of different model > types) to an Article. I need to be a

Re: Generic Relations + Admin Interface

2007-07-03 Thread Wiley
I posted about the exact same issue a couple days ago and someone suggested using the js attribute of the admin class. Unfortunately as a novice programmer this is going to take me a while to navigate so I've moved on to other areas of my application before I get down into it. I'm watching this

Generic Relations + Admin Interface

2007-07-03 Thread David
I was really excited about Rails. But however much it claims that it follows the DRY convention, I unfortunately do find myself repeating myself for things like the admin area of my site. That's why the Admin interface of Django has now become ever so much more appealing to me. Having spent a who