Re: my problem from HELL: Pleas help me out on this

2007-02-22 Thread enquest
Op donderdag 22-02-2007 om 20:08 uur [tijdzone +1100], schreef Malcolm Tredinnick: > On Thu, 2007-02-22 at 01:38 +0100, enquest wrote: > > I have two models for testing purpose... I realy need to solve this > > problem. If not I will have to stop using Django what would be a pitty. > > But I can't

Re: my problem from HELL: Pleas help me out on this

2007-02-22 Thread enquest
Op donderdag 22-02-2007 om 09:45 uur [tijdzone +0100], schreef enquest: > Op woensdag 21-02-2007 om 19:47 uur [tijdzone -0600], schreef James > Bennett: > > On 2/21/07, enquest <[EMAIL PROTECTED]> wrote: > > > It seems as soon I import "from bar.models import Test" do then this > > > class will no

Re: my problem from HELL: Pleas help me out on this

2007-02-22 Thread Malcolm Tredinnick
On Thu, 2007-02-22 at 01:38 +0100, enquest wrote: > I have two models for testing purpose... I realy need to solve this > problem. If not I will have to stop using Django what would be a pitty. > But I can't spend an other day searching This problem occurs on a > Debian apache2 server (fresh i

Re: my problem from HELL: Pleas help me out on this

2007-02-22 Thread Kenneth Gonsalves
On 22-Feb-07, at 6:08 AM, enquest wrote: > bar = models.ForeignKey(Test) bar = models.ForeignKey('Test') -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: my problem from HELL: Pleas help me out on this

2007-02-22 Thread enquest
Op woensdag 21-02-2007 om 19:47 uur [tijdzone -0600], schreef James Bennett: > On 2/21/07, enquest <[EMAIL PROTECTED]> wrote: > > It seems as soon I import "from bar.models import Test" do then this > > class will not show up in the the ADMIN. I restarted apache 100 time, > > changed the code 100

Re: my problem from HELL: Pleas help me out on this

2007-02-21 Thread Jay Parlar
On 2/21/07, enquest <[EMAIL PROTECTED]> wrote: > > I have two models for testing purpose... I realy need to solve this > problem. If not I will have to stop using Django what would be a pitty. > But I can't spend an other day searching This problem occurs on a > Debian apache2 server (fresh in

Re: my problem from HELL: Pleas help me out on this

2007-02-21 Thread James Bennett
On 2/21/07, enquest <[EMAIL PROTECTED]> wrote: > It seems as soon I import "from bar.models import Test" do then this > class will not show up in the the ADMIN. I restarted apache 100 time, > changed the code 100 times to figure out. Tryied everthing. But as soon > as I do an "import Test" for exa