I have a django project and I need to import models into another folder which is in a sub directory which is in the same folder as the file I am trying to import to...
I am trying to import classes from models into profileViews.py This is what I have right now:
from .models import Profile
here isthe directory setup