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.
Source:stackexchange.com
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.