I have a script that imports a models.py from an app, but it will not import! I don\'t believe I am supposed to manually create an \"export DJANGO...\" environment variable...I\
I had this similar error, and I realized that I forgot to create the file "init.py" in to the app folder:
myapp: manage.py myapp: __init__.py settings.py ....