I followed the instructions to set up django-lean:
http://bitbucket.org/akoha/django-lean/wiki/Home
When I attempted to run:
manage.py test experiments
All the tests failed with:
AttributeError: 'Settings' object has no attribute 'LEAN_ANALYTICS'
Are the installation instructions lacking a step?
Here is the trace route:
ERROR: testContingencyTableChiSquareValue
(django_lean.experiments.tests.test_significance.TestSignificance)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/Django-1.2.1-py2.7.egg/
django/test/testcases.py", line 256, in __call__
self._pre_setup()
File "/Users/Bryan/work/osqa/django_lean/experiments/tests/
utils.py", line 41, in _pre_setup
self.original_LEAN_ANALYTICS = settings.LEAN_ANALYTICS
File "/usr/local/lib/python2.7/site-packages/Django-1.2.1-py2.7.egg/
django/utils/functional.py", line 277, in __getattr__
return getattr(self._wrapped, name)
AttributeError: 'Settings' object has no attribute 'LEAN_ANALYTICS'