I followed the Django Web Framework (Python) tutorial at MDN which suggested this website. I then deleted the LocalLibrary application they suggested there to create a similar one.
The current application works, but when I click the website link from Web page after clicking the Reload button, I am sent to this page even though Debug is set to DEBUG = os.environ.get('DJANGO_DEBUG', '') != 'False'.
The urls.py file is as shown:
The following are the errors I am currently receiving:
What should I do now?