Im following a postgresql tutorial and in the video he does
from . import models
then when i try it i can an error
i did exactly what he did in the video and i get this error
from . import models
ImportError: attempted relative import with no known parent package
does anyone know why?