Re: Slow page in admin

2012-04-25 Thread akaariai
On Apr 25, 4:22 pm, Jonas Ghyllebert wrote: > Hi, > > Thanks for the quick reply. > > when we test the application local, it works like a charm. > But when we deployed it on Google App engine using Cloud SQL, the > application works now and then and this particular page is much slower than > the o

Re: Slow page in admin

2012-04-25 Thread Jonas Ghyllebert
Hi, Thanks for the quick reply. when we test the application local, it works like a charm. But when we deployed it on Google App engine using Cloud SQL, the application works now and then and this particular page is much slower than the others. When there's an error, Django shows the 500 - inte

Re: Slow page in admin

2012-04-25 Thread akaariai
On Apr 25, 3:35 pm, Jonas Ghyllebert wrote: > I'm new to Django and I would like to apologize if it's been asked before. > > I have two models *Region *and *Zip*. In the admin system, Zip is an inline > model in Region > > Whenever i want to add a Region it shows directly 25 listboxes with zips. >

Slow page in admin

2012-04-25 Thread Jonas Ghyllebert
I'm new to Django and I would like to apologize if it's been asked before. I have two models *Region *and *Zip*. In the admin system, Zip is an inline model in Region Whenever i want to add a Region it shows directly 25 listboxes with zips. This however takes a long time to load the page and re