Answers for "uWSGI reload when code changes"

0

uWSGI reload when code changes

# If you want to keep track of a specific file's changes
touch-reload = /path/to/your/django-project/settings.py

# If you want your entire codebase to be listened for changes
py-autoreload = 1
Posted by: Guest on August-12-2021

Code answers related to "uWSGI reload when code changes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language