On Thursday 05 April 2007 21:24, James Bennett wrote:
> On 4/5/07, Gilhad <[EMAIL PROTECTED]> wrote:
> > What do you think about the "spawning another Admin with (select) button"
> > ? Is it the right way of doing things?
>
> That's what 'raw_id_admin' does -- it turns that part of the form into
>
On 4/5/07, Gilhad <[EMAIL PROTECTED]> wrote:
...
> there is so much of documentation, that I cannot read it all at once, never
> mentioning to remember all detail at the first reading ... I am trying, but I
> am not so fast as I was when I was young)
Yep, I've been doing this a while and still ne
On 4/5/07, Gilhad <[EMAIL PROTECTED]> wrote:
> What do you think about the "spawning another Admin with (select) button" ?
> Is it the right way of doing things?
That's what 'raw_id_admin' does -- it turns that part of the form into
an input for the ID, and adds an icon next to it you can click t
What do you think about the "spawning another Admin with (select) button" ?
Is it the right way of doing things?
I am new to Python and Django, so I want to learn the "Django way" of solving
problems instead of simply "do it somehow by the old way" ;-)
(But as usual, I have to keep users sati
On Thursday 05 April 2007 19:01, Jeremy Dunck wrote:
> On 4/5/07, Gilhad <[EMAIL PROTECTED]> wrote:
> ...
>
> > There is abour 10.000 songs in the table and nearly so schedulers. I need
> > to somehow connect this together and help user to sellect the right Song
> > for his Scheduler, prefferably
On 4/5/07, Gilhad <[EMAIL PROTECTED]> wrote:
...
> There is abour 10.000 songs in the table and nearly so schedulers. I need to
> somehow connect this together and help user to sellect the right Song for his
> Scheduler, prefferably in Admin interface. I want to avoid 10.000 lines long
> tag, b
I have problem how to effectivelly manage this:
class Songs(models.Model):
name= models.TextField()
.
class Scheduler(models.Model):
when=models.DateTimeField()
song=models.ForeignKey(Songs)
other_data= models.TextField()
There is abour 10.000 songs i
7 matches
Mail list logo