I get the following error when I try to install https://github.com/balanced/balanced-django "No module named balanced_django.middleware"
I followed the instructions provided in the README file.
1. pip install balanced
(after doing source env/bin/activate, I ran pip install backend)
2. MIDDLEWARE_CLASSES += (
...
'balanced_django.middleware.BalancedMiddleware',
...
)
3. BALANCED = {
'secret': '7b7a51ccb10c11e19c0a026ba7e239a9',
}
What am I doing wrong?