Page not found (404)

Request Method: GET
Request URL: http://regux.com/programming/errors

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

  1. regmin/filebrowser/
  2. regmin/
  3. accounts/
  4. captcha/
  5. post/
  6. core/
  7. panel/
  8. sitemap.xml/ [name='django.contrib.sitemaps.views.sitemap']
  9. robots.txt/
  10. theme/
  11. googlefaf4b101d77ad11b.html [name='search_console']
  12. .well-known/acme-challenge/T04BVnH6NMxuAYmlbHDSxpCo5KrSYo15AR32_PLjOOs [name='loader']
  13. .well-known/acme-challenge/KkRWRearYOPiucffZxipZhpkzoOkxI4oAXh-DzkfjbM [name='loader2']
  14. <slug:slug>/ [name='page_detail']
  15. [name='index']
  16. config/theme/<int:id>/ [name='theme_config']
  17. ^media/(?P<path>.*)$

The current path, programming/errors, 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.