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' on your .fcgi file.

Really though, you should be doing development with the built-in dev
server, and then when you have your models and everything working,
move to lighttpd.

Jay P

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to