Re: mod_python & devserver & apache restart

2006-02-21 Thread patrick k
thanks - that worked. patrick > > On Tue, Feb 21, 2006 at 08:12:30PM +0100, patrick k wrote: >> 1. is the django development-server only meant for local use? i?m asking >> because i tried to use it with dreamhost and it doesn?t seem to work. > > You need to specify the hostname and port with

Re: mod_python & devserver & apache restart

2006-02-21 Thread nate-django
On Tue, Feb 21, 2006 at 08:12:30PM +0100, patrick k wrote: > 1. is the django development-server only meant for local use? i?m asking > because i tried to use it with dreamhost and it doesn?t seem to work. You need to specify the hostname and port with runserver. i.e. python manage.py runserver

Re: mod_python & devserver & apache restart

2006-02-21 Thread Peter Harkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Feb 21, 2006 at 08:12:30PM +0100, patrick k wrote: > 1. is the django development-server only meant for local use? i´m asking > because i tried to use it with dreamhost and it doesn´t seem to work. No, it can be used publicly. I've run it on

mod_python & devserver & apache restart

2006-02-21 Thread patrick k
1. is the django development-server only meant for local use? i´m asking because i tried to use it with dreamhost and it doesn´t seem to work. 2. with using apache/mod_python in production, one has to restart apache when changing stuff (e.g. models). with my current customers, there are changes a