Re: Changing Sites Framework

2006-06-18 Thread Adrian Holovaty
On 6/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am working on a cms that would involve several sites. I am wanting > to filter several things by site, but the domain names are sometimes > too long and run off the side of the filter box. I was wondering if it > would break anything i

Re: Changing Sites Framework

2006-06-18 Thread Don Arbow
On Jun 18, 2006, at 8:08 AM, [EMAIL PROTECTED] wrote: > > I was wondering if it would break anything if I canged the site > framework to return the > display name instead of the domain name. Do you mean in __str__? That is for display purposes only so it should not hurt to have it return a d

Re: Changing Sites Framework

2006-06-18 Thread [EMAIL PROTECTED]
I was wondering if it would break anything if I canged the site framework to return the display name instead of the domain name. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Changing Sites Framework

2006-06-18 Thread Peter Ma
what are you want to say? On 6/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > I am working on a cms that would involve several sites. I am wanting > to filter several things by site, but the domain names are sometimes > too long and run off the side of the filter box. I was wo

Changing Sites Framework

2006-06-18 Thread [EMAIL PROTECTED]
Hello, I am working on a cms that would involve several sites. I am wanting to filter several things by site, but the domain names are sometimes too long and run off the side of the filter box. I was wondering if it would break anything if I canged the site framework to return the display name i