Re: [Twisted-Python] WSGI Question

2010-01-20 Thread Phil Christensen
On Jan 20, 2010, at 3:23 PM, Alex Clemesha wrote: > I really want to getting reloading going. I already have a ticket here: > http://github.com/clemesha/hotdot/issues#issue/2 > that describes this issue, with a couple of notes. Please add to this > ticket / post any patches if you getting anywher

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread Alex Clemesha
On Wed, Jan 20, 2010 at 6:58 AM, adamjamesdrew same wrote: > 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? > > I start the server as follows > > twistd -ny server

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread Landreville
On Wed, Jan 20, 2010 at 1:51 PM, Phil Christensen wrote: > On Jan 20, 2010, at 10:40 AM, Landreville wrote: >> On Wed, Jan 20, 2010 at 9:58 AM, adamjamesdrew same >> wrote: >>> I deploy code. Then I modify the code on my file system. The code does not >>> automatically change on the server. It d

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread Phil Christensen
On Jan 20, 2010, at 10:40 AM, Landreville wrote: > On Wed, Jan 20, 2010 at 9:58 AM, adamjamesdrew same > wrote: >> 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

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread adamjamesdrew same
Thanks for the help. On Wed, Jan 20, 2010 at 11:04 AM, sstein...@gmail.com wrote: > > On Jan 20, 2010, at 10:37 AM, Phil Christensen wrote: > > > On Jan 20, 2010, at 9:58 AM, adamjamesdrew same wrote: > >> I deploy code. Then I modify the code on my file system. The code does > not automatically

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread sstein...@gmail.com
On Jan 20, 2010, at 10:37 AM, Phil Christensen wrote: > On Jan 20, 2010, at 9:58 AM, adamjamesdrew same wrote: >> 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 happe

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread Landreville
On Wed, Jan 20, 2010 at 9:58 AM, adamjamesdrew same wrote: > 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? > > I start the server as follows > > twistd -ny server

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread Phil Christensen
On Jan 20, 2010, at 9:58 AM, adamjamesdrew same wrote: > 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? This is a Django-specific feature that doesn't exist in T

[Twisted-Python] WSGI Question

2010-01-20 Thread adamjamesdrew same
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? I start the server as follows twistd -ny server.py # Django and static file server: root_resource = get_root_resource(