K
K
Konstantin Malyarov2018-11-08 14:51:22
Django
Konstantin Malyarov, 2018-11-08 14:51:22

Why does it update the file only after uwsgi reboot?

Why does it only update files after uwsgi.
After saving, you need to restart uwsgi every time so that it picks up new files.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
latush, 2018-11-08
@latush

Because uwsgi compares the source with the bytecode at startup, and updates *.pyc
ps if necessary. Try using touch-reload

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question