1👍
By default gunicorn required restart application manually, there is another option which won’t fit for production environment running gunicorn with --reload
argument like:
$ gunicorn wsgi:application --reload
- [Django]-Django class-based views YearArchiveView
- [Django]-Django Multiple Levels Choices for Field
- [Django]-Is it possible to run Apache and IIS on the same machine with one IP-Address (and different ports ?)
- [Django]-Cannot assign must be a instance Django
- [Django]-Django giving error ImportError: No module named 'corsheaders'
Source:stackexchange.com