On Nov 3, 7:09 am, belred <[EMAIL PROTECTED]> wrote:
> is touchingt the wsgi file supposed reload every file in the the
> entire django project or just just reload the one wsgi file?

If you are talking about the WSGI script file when using Apache/
mod_wsgi, it depends on how you have Apache/mod_wsgi configured. See:

  http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode

In other words, for whole Django instance to be reloaded you must be
using UNIX and have configured mod_wsgi daemon mode and delegated the
Django instance to run in the daemon mode process group.

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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