>> In php when you change the code there is no need to restart the
>> server, but in j2ee its necessary to recompile everything. how does
>> that work in django?

You can also configure apache to reload de code. There is a setting,
in httpd.conf:
MaxRequestsPerChild 1

That do the magic


-- 
Hernan Olivera

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