Forums

Not Found The requested resource was not found on this server.

after running the web app I'm seeing

Not Found

The requested resource was not found on this server.

and in error log getting :

2021-06-19 04:42:25,484: Not Found: /

2021-06-19 06:03:44,307: Not Found: /

2021-06-19 06:04:05,420: Not Found: /

Have you defined a view of some kind to handle that URL? Which web framework are you using?

yes. I have defined a view to handle that URL. Django Web Framework using

You also need to make sure that you have included the application in your INSTALLED_APPLICATIONS and that you have a url pattern defined in urls.py that points to the view that you have defined.

that also defined in urls.py and included all application in INSTALLED_APPLICATION. but still getting this Not Found error in error log

can we see what is in urls.py?

have you restarted your webapp, and are you sure those error messages are still being seen? vs they may be old ones