On Thu, Oct 8, 2009 at 6:47 PM, mviamari <mviam...@gmail.com> wrote:

>
> I've written a script to launch a server, run some tests and then kill
> the server afterwards.  The problem I'm having is that the PID
> returned from the subprocess call is not the same as the PID needed to
> kill the server.
>
> Is there any way to get the runserver command to run with a single
> process?
>
> Other potential solutions are welcome.
>
>
--noreload is probably what you want:

http://docs.djangoproject.com/en/dev/ref/django-admin/#djadminopt---noreload

Karen

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to