D
D
Dmitry2015-04-11 19:52:25
Django
Dmitry, 2015-04-11 19:52:25

How to shutdown django dev server?

When developing on Django, I start the server with a command
./manage.py runserver
after exiting PyCharm, the server does not turn off, how can I turn it off?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis Karimov, 2017-09-05
@topwebmaster

Settings -> Appearance & Behavior -> System Settings -> On Closing Tool Window with Running Process
Terminate process must be checked

E
Eduard_90, 2015-04-11
@Eduard_90

Where are you launching? in the console in PyCharm or in a separate console? If you run it in a separate console, then just Ctrl + C will interrupt the process (stop the server).
In PyCharm itself, I use F6 to start the server (when PyCharm is turned off, the server is killed).

Z
zelsky, 2015-04-15
@zelsky

In terminal ctrl + c

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question