Re: Custom db fields / creation.py

2006-08-22 Thread funk
Hi Ian, thanks very much, this works fine and it is the OO way, i think. Having my pictures regarded :) Regards, Frank Am Donnerstag 17 August 2006 22:42 schrieb Ian Clelland: > On 8/17/06, Frank Stüss <[EMAIL PROTECTED]> wrote: > > Hi all, > > is there a best practice to overwrite/extend > >

Re: Custom db fields / creation.py

2006-08-17 Thread Ian Clelland
On 8/17/06, Frank Stüss <[EMAIL PROTECTED]> wrote: > > Hi all, > is there a best practice to overwrite/extend > django.db.backends..creation without doing it in django source? > > I want to have a spezialiced ImageField. Hi Frank, What I've done in the past, to avoid having to tinker with the

Re: Custom db fields / creation.py

2006-08-17 Thread Malcolm Tredinnick
On Thu, 2006-08-17 at 12:20 +0200, Frank Stüss wrote: > Hi all, > is there a best practice to overwrite/extend > django.db.backends..creation without doing it in django source? Not really, but it shouldn't be too hard. Since Python only imports each module once, you should be able to import the

Custom db fields / creation.py

2006-08-17 Thread Frank Stüss
Hi all, is there a best practice to overwrite/extend django.db.backends..creation without doing it in django source? I want to have a spezialiced ImageField. Thanks, Frank --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google