4👍
✅
You should update your Python path with the directory containing your apps.
This way you just have to :
from app.models import MyModel
Source:stackexchange.com
4👍
You should update your Python path with the directory containing your apps.
This way you just have to :
from app.models import MyModel