My Project looks like this : https://i.stack.imgur.com/G3ocI.jpg
how do I import the views.py in the pages app onto urls.py file of the trydjango app?
when I do :
from ..pages import views
gives
ValueError: attempted relative import beyond top-level package.
when i do:
import pages.views
it says no module pages as hint.