Memcached – AttributeError: 'NoneType' object has no attribute 'find', cache error
In my local environment the django development server works fine with no errors. When I run the app on a production environment with nginx & gunicorn I get this error: AttributeError: 'NoneType' object has no attribute 'find' This is the…