I connected to my application 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 to find solutions and it seems to do something with PYTHONPATH. Can someone tell me how to fix this? I am using a Mac.
source share