Re: Models Causing Admin to Crash

2007-02-27 Thread Ramiro Morales
On 2/27/07, DuncanM <[EMAIL PROTECTED]> wrote: > > Any idea where outside it could be? I am using mod_python with apache. Have you done what Honza suggested?. Namely, stopping Apache, running you app under the Django development webserver instead and trying to reproduce the use case?. Regards,

Re: Models Causing Admin to Crash

2007-02-27 Thread DuncanM
Any idea where outside it could be? I am using mod_python with apache. Thanks for all your help Duncan On Feb 26, 7:34 pm, "Honza Král" <[EMAIL PROTECTED]> wrote: > On 2/26/07, DuncanM <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > I have some models related to a football (soccer) team, I had

Re: Models Causing Admin to Crash

2007-02-26 Thread Honza Král
On 2/26/07, oggie rob <[EMAIL PROTECTED]> wrote: > > I can't tell if this is the cause, but you should remove the "pass" > right under "class Admin": pass is just an empty command, it doesn't do anything > > -rob > > > > > -- Honza Kr�l E-Mail: [EMAIL PROTECTED] ICQ#: 107471613 Phone: +420

Re: Models Causing Admin to Crash

2007-02-26 Thread Honza Král
On 2/26/07, DuncanM <[EMAIL PROTECTED]> wrote: > > Hi, > I have some models related to a football (soccer) team, I had models > for everything working fine except my Results model. I tried adding > it yesterday and encountered a few problems with it, which was solved > due to the help from these g

Re: Models Causing Admin to Crash

2007-02-26 Thread DuncanM
On Feb 26, 5:45 pm, "oggie rob" <[EMAIL PROTECTED]> wrote: > I can't tell if this is the cause, but you should remove the "pass" > right under "class Admin": > > -rob Nope I have that on my other classes as well and I don't have any problems with them, I did try removing it just in case but it

Re: Models Causing Admin to Crash

2007-02-26 Thread oggie rob
I can't tell if this is the cause, but you should remove the "pass" right under "class Admin": -rob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django

Models Causing Admin to Crash

2007-02-26 Thread DuncanM
Hi, I have some models related to a football (soccer) team, I had models for everything working fine except my Results model. I tried adding it yesterday and encountered a few problems with it, which was solved due to the help from these groups (thanks). However now when I run syncdb I don't get