[Answer]-Import error with Python Django

1👍

✅

If it’s in the same directory, try a relative import:

from .forms import MyRegistrationForm

EDIT: Someone posted this same suggestion as a comment already. I didn’t see the comment.

Leave a comment