1👍
✅
Use relative import, in your __init__.py
:
from .viewsa import *
(notice the dot in .viewsa
)
Source:stackexchange.com
1👍
Use relative import, in your __init__.py
:
from .viewsa import *
(notice the dot in .viewsa
)