[Answer]-Import error in Django, No module names views

1👍

Silly problem!
I missed to observe that the python file (views.py) didn’t have read permissions for others!

Did a chmod appropriately and it worked! Thanks for other suggestions!!!

0👍

try from . import views
it would be easier if you posted your urls.py

Leave a comment