Re: How to restart Django/FastCGI/Lighttpd?

2006-11-16 Thread Jay Parlar
On 11/16/06, Tom Smith <[EMAIL PROTECTED]> wrote: > I'm sure there are better ways, but that's the way that works for me. > That sounds great and I tried setting up an SVN repos on Textdrive and it > beat me... following the docs, again, it's the concepts that get me, not the > specifics... > > I'

Re: How to restart Django/FastCGI/Lighttpd?

2006-11-16 Thread Tom Smith
On 16 Nov 2006, at 02:29, Jay Parlar wrote: > Well, here's the way I do it. On my development machine, I do all my > hacking out of a SVN working directory. When I get everything working > how I want it locally, I do my 'svn commit', then login to my > production server. > > From there, I have an

Re: How to restart Django/FastCGI/Lighttpd?

2006-11-15 Thread Jay Parlar
On 11/15/06, Tom Smith <[EMAIL PROTECTED]> wrote: > I tried the touching trick (on main.fcgi and django-fcgi.py) and it doesn't > work... is there another way to "refresh" django without having to kill the > root python process and lightpd? Sorry, no clue, I'm no expert. > Really though, you s

Re: How to restart Django/FastCGI/Lighttpd?

2006-11-15 Thread Tom Smith
On 13 Nov 2006, at 17:21, Jay Parlar wrote:If you're on a unix-like system, you should be able to just do a 'touch' on your .fcgi file.I tried the touching trick (on main.fcgi and django-fcgi.py) and it doesn't work... is there another way to "refresh" django without having to kill the root python

Re: How to restart Django/FastCGI/Lighttpd?

2006-11-13 Thread Jay Parlar
On 11/13/06, Tom Smith <[EMAIL PROTECTED]> wrote: > > I have been making changes to my code an not seeing the changes > happen... > > How do I restart django under Lighttpd/FastCGI so that changes to my > model etc stick? > If you're on a unix-like system, you should be able to just do a 'touch'

How to restart Django/FastCGI/Lighttpd?

2006-11-13 Thread Tom Smith
I have been making changes to my code an not seeing the changes happen... How do I restart django under Lighttpd/FastCGI so that changes to my model etc stick? Thanks tom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog