On 5 sep, 11:12, samsus <[EMAIL PROTECTED]> wrote: > Hello, > > 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?
Basically, you have to restart the web server. But note that for development on your local machine, using the embedded development web server, there's an autorestart feature that will detect changes and restart the server, so you don't have too much to worry about. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---