On 16 oct, 20:26, Trastabuga <[EMAIL PROTECTED]> wrote:
> Hi
(snip background)
> Basically the question is: "Can I connect to remote Python process
> which handles http requests and add/modify functions there without
> reloading the server?"

Short answer :  no. Anyway, on-the-fly editing of production code is a
very wrong idea IMHO (well... I sometimes do so for quick fixes on a
Zope instance, but it's still a very wrong idea, still IMHO).

Now if what you want is a way to avoid manual server restart *on the
dev environment*, Django's builtin dev server is able to detect source
code modifications and restart by itself.


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