i'm having troubles with python importing. Here is my structure.
fitness/
__init__.py
authentication/
__init__.py
views.py
urls.py
views.py
urls.py
from authentication.views i'm trying to import the fitness.views
I've been trying to use
from fitness import views
which eclipse reads fine, but when i run it it says
No module named fitness