Hi Alessandro,

   Thanks for your reply.I know kill command.

  But  we are developing IDE for Django. So We want to know that how to stop
internal server using any command (example : /etc/init.d/httpd stop in
apache web server ).

Ravi Hingarajiya.



On Sun, Sep 28, 2008 at 1:25 PM, Alessandro Ronchi <
[EMAIL PROTECTED]> wrote:

> 2008/9/28 Hingarajiya,Ravi <[EMAIL PROTECTED]>:
> > Hi All,
> >
> > I am very new in Django Framework.
> >
> > I want to know how to stop internal server without ctrl+c.
> >
> > For start command : python manage.py runserver
> > What is stop command ?
> >
> > Ravi Hingarajiya
>
> It's a process, so you can stop it like any other linux process:
> killall python
> ps aux | grep python  and then kill #numproc
> ctrl + c
>
> and so on
>
> --
> Alessandro Ronchi
> Skype: aronchi
> http://www.alessandroronchi.net
>
> SOASI Soc.Coop. - www.soasi.com
> Sviluppo Software e Sistemi Open Source
> Sede: Via Poggiali 2/bis, 47100 Forlì (FC)
> Tel.: +39 0543 798985 - Fax: +39 0543 579928
>
> Rispetta l'ambiente: se non ti è necessario, non stampare questa mail
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to