./manage runserver is OK for debugging purposes... unless you use
server-specific features, in my case - NTLM authentication. When deploying
Django project with Apache2+mod_wsgi, I need to `rcapache2 reload` to apply
changes in Python modules (while `manage runserver` does this automaticaly).
This is not very comfortable.  Is there a way to tell mod_wsgi to keep track
changes in Python modules of my project?

-- 
regards,
Mihail

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to