Thanks for the help.<br><br><div class="gmail_quote">On Wed, Jan 20, 2010 at 11:04 AM, <a href="mailto:ssteinerX@gmail.com">ssteinerX@gmail.com</a> <span dir="ltr">&lt;<a href="mailto:ssteinerx@gmail.com">ssteinerx@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
On Jan 20, 2010, at 10:37 AM, Phil Christensen wrote:<br>
<br>
&gt; On Jan 20, 2010, at 9:58 AM, adamjamesdrew same wrote:<br>
&gt;&gt; I deploy code. Then I modify the code on my file system. The code does not automatically change on the server. It does this on the django dev server. How can I make this happen?<br>
&gt;<br>
&gt; This is a Django-specific feature that doesn&#39;t exist in Twisted.<br>
&gt;<br>
&gt; It wouldn&#39;t be too hard to write, but it&#39;s the kind of feature that tends to be useful more to web developers than authors of other kinds of applications.<br>
&gt;<br>
&gt; As it is, automatic code reloading is tricky to achieve in Python, since reload(modulename) only reloads modulename in the current scope, and must be reloaded everywhere that module is used.<br>
<br>
</div>There is/was a Twisted ticket about this and a quick sketch of how it might be done for Twisted by using the Django module itself by one of the Twisted devs.<br>
<br>
I gave it a brief shot, but couldn&#39;t get it working in the time I had to spend on it.<br>
<br>
Sure would be handy, though...<br>
<div><div></div><div class="h5"><br>
S<br>
<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</div></div></blockquote></div><br>