[Answer]-Python/Django – cannot import my own models.py

1👍

I seem to be in business with:

from fms.models import *

Seems you don’t run lettuce with Django, you have to run:

python manage.py harvest

From the top folder that contains manage.py of course.

0👍

Try with

from evista.fms.models import *

Leave a comment