Re: Updating django forms makes me...

2008-04-27 Thread Darryl Ross
notfound wrote: I think it has refreshed itself somehow, and when I refresh the page finally it shows me my form. However only sometimes. Usually each second refresh I'm getting the correct form, but inbetween I still see the error. It sounds like some of the Apache children have reached the

Re: Updating django forms makes me...

2008-04-27 Thread James Bennett
On Sun, Apr 27, 2008 at 10:28 AM, notfound <[EMAIL PROTECTED]> wrote: > What could be the reason here that it sometimes works, sometimes does not? Multiple server processes; each one has its own copy of the code, and refreshes independently. -- "Bureaucrat Conrad, you are technically correct

Re: Updating django forms makes me...

2008-04-27 Thread notfound
2008/4/27 James Bennett <[EMAIL PROTECTED]>: > > On Sun, Apr 27, 2008 at 7:17 AM, notfound <[EMAIL PROTECTED]> wrote: > > No, that's a hosted server, I don't have access to Apache > > unfortunately. Is there any other way I could make it reload the code? > > Not really, no. In a production

Re: Updating django forms makes me...

2008-04-27 Thread Matthew Miller
You could always download your project and work locally with some dummy data, using SQLite and use: python manage.py runserver. Upon deployment dont forget to switch the settings.py file back. notfound wrote: > 2008/4/27 James Bennett <[EMAIL PROTECTED]>: > >> On Sun, Apr 27, 2008 at 7:17

Re: Updating django forms makes me...

2008-04-27 Thread Karen Tracey
On Sun, Apr 27, 2008 at 9:33 AM, notfound <[EMAIL PROTECTED]> wrote: > > 2008/4/27 James Bennett <[EMAIL PROTECTED]>: > > > > On Sun, Apr 27, 2008 at 7:17 AM, notfound <[EMAIL PROTECTED]> > wrote: > > > No, that's a hosted server, I don't have access to Apache > > > unfortunately. Is there

Re: Updating django forms makes me...

2008-04-27 Thread notfound
2008/4/27 James Bennett <[EMAIL PROTECTED]>: > > On Sun, Apr 27, 2008 at 7:17 AM, notfound <[EMAIL PROTECTED]> wrote: > > No, that's a hosted server, I don't have access to Apache > > unfortunately. Is there any other way I could make it reload the code? > > Not really, no. In a production

Re: Updating django forms makes me...

2008-04-27 Thread James Bennett
On Sun, Apr 27, 2008 at 7:17 AM, notfound <[EMAIL PROTECTED]> wrote: > No, that's a hosted server, I don't have access to Apache > unfortunately. Is there any other way I could make it reload the code? Not really, no. In a production deployment, the code stays resident in memory for the life

Re: Updating django forms makes me...

2008-04-27 Thread notfound
2008/4/27 Daniel Roseman <[EMAIL PROTECTED]>: > > On Apr 27, 11:11 am, notfound <[EMAIL PROTECTED]> wrote: > > ...I won't say it. :> > > > > (Previously posted to django-developers, but seems it was not the right > > group.) > > > > Anyway, I need to update a questionnaire on Django site.

Re: Updating django forms makes me...

2008-04-27 Thread Daniel Roseman
On Apr 27, 11:11 am, notfound <[EMAIL PROTECTED]> wrote: > ...I won't say it. :> > > (Previously posted to django-developers, but seems it was not the right > group.) > > Anyway, I need to update a questionnaire on Django site. Enough to say I > don't have anything in common neither with Django,

Re: Updating django forms makes me...

2008-04-27 Thread notfound
my settings.py file). I've tried creating 'tmp' directory and setting CACHE_BACKEND to 'file:///var/www/vhosts///tmp' in my settings.py file, but still it on the error debug page I see the old value ('simple://'). Argh. Completely lost. Any advice on this please? Cheers, Mac -- View this

Updating django forms makes me...

2008-04-27 Thread notfound
ons what I should look for. Ask me for more info please if I haven't said something important, just don't know what more info I should give. And well, thanks very much in advance for any enlightenment. :) Mac -- View this message in context: http://www.nabble.com/Updating-django-forms-makes