On Sun, Apr 27, 2008 at 7:17 AM, notfound <[EMAIL PROTECTED]> wrote:
>  No, that's a hosted server, I don't have access to Apache
>  unfortunately. Is there any other way I could make it reload the code?

Not really, no. In a production deployment, the code stays resident in
memory for the life of a server process, and does not (for performance
reasons) automatically reload any time you change a file. Which means
that when you make a change, you have to restart the server process.
If your hosting doesn't let you do this, you probably need a different
hosting arrangement.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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