Re: Performance and scalability

2005-10-03 Thread Jeremy Dunck
On 10/3/05, Jimmie Houchin <[EMAIL PROTECTED]> wrote: > Jacob Kaplan-Moss wrote: ... > > an hour, but when a Django page gets farked and gets 100k hits in an > > hour I barely notice. Seriously - we got farked a few weeks ago and it > > wasn't until someone looked at our server stats the next

Re: Performance and scalability

2005-10-03 Thread Jimmie Houchin
Jacob Kaplan-Moss wrote: > > On Sep 29, 2005, at 10:31 AM, Adrian Holovaty wrote: > >> Heh, KUsports.com has used that PHP message board for *years*, and we >> just haven't had the time (or inclination, really) to convert it to >> Django. There's no technical reason why it couldn't use Django --

Re: big drop-down lists, raw_id_admin and custom primary key: a bug?

2005-10-03 Thread Adrian Holovaty
On 10/3/05, Emanuele <[EMAIL PROTECTED]> wrote: > Wouldn't it be nice (useful?) if just after inserting the pk value (in > case of "raw_id_admin=True" I mean) we could see aside the __repr__() > of the corresponding record? Just as a double check. Using manual > insertion of pk values is a good al

Re: big drop-down lists, raw_id_admin and custom primary key: a bug?

2005-10-03 Thread Emanuele
Thanks for the quick answer! Wouldn't it be nice (useful?) if just after inserting the pk value (in case of "raw_id_admin=True" I mean) we could see aside the __repr__() of the corresponding record? Just as a double check. Using manual insertion of pk values is a good alternative when dealing wit

Re: Django hosting, anyone?

2005-10-03 Thread Joshua D. Drake
though not strictly on-topic, i wonder if there is all that difference in connectivity between a server hosted in europe and accessed from europe and one hosted in the US and accessed from europe Yes there is, especially from the west coast. It always depends of course, for example I can ge

Re: big drop-down lists, raw_id_admin and custom primary key: a bug?

2005-10-03 Thread Adrian Holovaty
On 10/3/05, Emanuele <[EMAIL PROTECTED]> wrote: > to avoid big drop-down lists in admin interface I'm using > "raw_id_admin=True" inside ForeignKey(), so I can enter > object IDs manually. But what happens if my related object has > a _non-numeric_ custom primary key? > [...] > Is it possible to h

big drop-down lists, raw_id_admin and custom primary key: a bug?

2005-10-03 Thread Emanuele
Hi, to avoid big drop-down lists in admin interface I'm using "raw_id_admin=True" inside ForeignKey(), so I can enter object IDs manually. But what happens if my related object has a _non-numeric_ custom primary key? In my case I've a string as a custom primary key and I'd like to enter this stri