Django: Valueerror: Current Limit Exceeds Maximum Limit
I am getting ValueError: current limit exceeds maximum limit in my Django app. If I remove haystack from install apps, it goes away. I have tried upgrading haystack, downgrading ha
I believe you did
pip install haystack
However, you should use django-haystack, so do
pip uninstall haysatck
pip install django-haystack
Post a Comment for "Django: Valueerror: Current Limit Exceeds Maximum Limit"