How do I restart my Django site (uses FastCGI and shared hosting via 
.htaccess)?

The docs say 'touch mysite.fcgi' but that does not seem to work. Tried 
touching all the py files as well as .htaccess.

I can see the python process still running in memory. If I kill it then 
it re-loads my code and and I can see changes.

Note that changes to templates and other "data" files are immediately 
recognized but changes to code files (.py) are not (e.g. urls.py).

Michael

--~--~---------~--~----~------------~-------~--~----~
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