Mary, On 1/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > django-admin.py doesn't have a daemon mode to run in. > how do i run it as a service? > i need this cause i don't need when the server restart for any reason i > had to start django server
django-admin.py/manage.py's webserver is only meant as a developer tool and as such it has been kept simplistic and minimal. For serious webserving you are best off using Apache, lighttpd, and so on. -- Jeroen Ruigrok van der Werven

