How to investigate a django sqlite error that happens only with nginx + gunicorn
Error: django.db.utils.OperationalError: Expression tree is too large (maximum depth 1000)
django runserver: No problem
nginx + gunicorn: Error
Where should I start investigating?