I connected to my app using remote_api. When I try to import my models using this
from models import SimpleCounterShard
I get the following error
ImportError: No module named models
I tried searching for solutions and it seems something to do with PYTHONPATH. Can someone tell me how to fix this ? I am using a Mac.