Django Error: ‘polls‘ is not a registered namespace

    scenario: when the browser opens the HTML file,
    Solution: write the name of the app in urls.py where the app is located
    For example: app_name = ‘polls’

Read More: