[Answer]-Django CMS + uWSGI + virtualenv + socket causing PendingDeprecationWarning error in uWSGI logs

1👍

Same problem here. I fixed it deleting the following line on tango-wsgi.conf file:

--optimize 2 \

Optimize allows some kind of python optimization: More info

0👍

Not sure why it’s an error, you could try removing “XViewMiddleware” if it’s installed.

Leave a comment