Using the URLconf defined in `blog.urls`, Django tried these URL patterns, in this order:

Using the URLconf defined in blog.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. forest

The empty path didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.

Hey @ahmeternk, and welcome to our community :wave:

In order to assist you, could you please fill-in the “Help me” template, so I can have more context about your issue?

Feature(s) impacted

Observed behavior

Expected behavior

Failure Logs

Context

  • Project name: …
  • Team name: …
  • Environment name: …
  • Agent type & version: …
  • Recent changes made on your end if any: …

Thanks in advance