I like uwsgi because it run natively for example: "service uwsgi start" on Debian Then I don't like how supervisor manage the environement vars.
Notice if you want to use supervisor I suggest you to use dotenv library: https://pypi.org/project/python-dotenv/ Le dimanche 4 juin 2023 à 22:14:31 UTC+2, Larry Martell a écrit : > I normally deploy my django apps using nginx and uwsgi. I recently > found that the uwsgi mailing list is defunct, and I read this on the > uwsgi github page: > > Note: The project is in maintenance mode (only bugfixes and updates > for new languages apis). Do not expect quick answers on github issues. > > Are folks still deploying new apps with uwsgi, or have people switched > to Gunicorn or something else? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/169e1c52-b04b-4b21-8c31-cfbcfebd3e83n%40googlegroups.com.

