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 co

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 d

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 an

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 d

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 of

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. E

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, n

Re: Updating django forms makes me...

2008-04-27 Thread notfound
notfound wrote: > > Anyway, I need to update a questionnaire on Django site. Enough to say I > don't have anything in common neither with Django, nor with Python. Well, > saying the truth today I have seen Python code for the very first time. > (Usually I'm into PHP.) > > Having a quick look t