On Oct 3, 5:39 pm, Олег Корсак<[email protected]> wrote:
Hello. I'm using mod_wsgi 3.3 + apache 2.2.16 on Gentoo Linux box. Is it possible to make apache kinda "reload"/"re-read"/"re-compile" python files from my django code every time they are changed?
Yes. You get get mod_wsgi to watch your source files and reload if they change. See http://drumcoder.co.uk/blog/2009/nov/21/apache-mod_wsgi-config/ Tim. -- 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.

