Re: Django cannot be used by large web sites?

2008-02-11 Thread a sanjuan
yes. the pages already make use of includes and of course inheritance, but each page has unique text content. it is a big commercial website On Mon, Feb 11, 2008 at 9:51 PM, James Bennett <[EMAIL PROTECTED]> wrote: > > On Feb 11, 2008 8:43 PM, a sanjuan <[EMAIL PROTECTED]>

Re: Django cannot be used by large web sites?

2008-02-11 Thread a sanjuan
that worked...than you! :-) On Mon, Feb 11, 2008 at 12:21 PM, Jonathan Ballet <[EMAIL PROTECTED]> wrote: > > asj2008 wrote: > > We are hitting an error that disables the entire website when we have > > more than 255 web pages...this is the error we see..has anyone seen > > this before? It does no

Re: Django cannot be used by large web sites?

2008-02-11 Thread a sanjuan
We use includes...those are actually 255 CONTENT pages... On Mon, Feb 11, 2008 at 5:01 PM, James Bennett <[EMAIL PROTECTED]> wrote: > > On Feb 11, 2008 12:04 PM, Alex Ezell <[EMAIL PROTECTED]> wrote: > > Does anyone else think that 255 urls seems a little crazy? > > Yes. This sort of thing is wha