uwsgi recarregue quando o código muda
# 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
RicarHincapie