S
S
Stepan Sidorov2020-11-19 13:31:29
Django
Stepan Sidorov, 2020-11-19 13:31:29

Is it possible to disable automatic reloading of Django server?

Hello.
I have a big server and when I save new changes (ctrl+s) it takes a long time to restart and I have to wait.
Is it possible to disable automatic reboot, and if so, will there be any changes?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stepan Sidorov, 2020-11-19
@always-prog

Use
--noreload

D
Dr. Bacon, 2020-11-19
@bacon

1. ./manage.py help runserver
2. well, runserver is only for development, you need a WSGI server
in the production

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question