I'm getting the above error when i try to syncdb. In models.py:253 `_resource = balanced.Account` Referenced a class called Account which it can't find in the balenced package. pip freeze | grep balanced balanced==1.1.1 django-balanced==0.1.10
I'm getting the above error when i try to syncdb.
In models.py:253
_resource = balanced.AccountReferenced a class called Account which it can't find in the balenced package.
pip freeze | grep balanced
balanced==1.1.1
django-balanced==0.1.10