Page not found (404)

Request Method: GET
Request URL: https://roeper.xyz/blog/kmqs-app

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

  1. admin/
  2. dashboard/
  3. captcha/
  4. [name='landingpage']
  5. showcase/<int:showcase_id> [name='showcase']
  6. impressum/ [name='impressum']
  7. privacy/ [name='privacy']
  8. ^files\/static\/(?P<path>.*)$
  9. ^files\/media\/(?P<path>.*)$

The current path, blog/kmqs-app, 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.