UWSGI Muat ulang saat kode berubah

# 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