ImportError: attempted relative import with no known parent package WHILE IMPORTING VIEWS INSIDE URLS IN DJANGO
i am a beginner in Django and I am trying to import views in URL getting this error. Attaching the screenshots
I hoped that the import of views inside Url would be successful .is that a problem with directory??