Django 1.5
If you start the shell and create a User or run ./manage.py createsuperuser it creates the User but the Account signal that is registered to User errors out with:
Unauthorized: 401: Not permitted to perform index on marketplaces
But in the shell, I can run through the balanced-python here https://github.com/balanced/balanced-python/blob/master/examples/examples.py
I think it's not configuring the API key.