It probably is just me but running (step 1 of the 'getting started' paragraph): ``` python manage.py syncdb ``` results in ``` ImportError: No module named indextank.client ``` This is reference in `./nebu/api_linked_models.py` line 5.
It probably is just me but running (step 1 of the 'getting started' paragraph):
results in
This is reference in
./nebu/api_linked_models.pyline 5.