Page not found (404)

Request Method: GET
Request URL: https://goldenhause.hu/hirek/%25C3%25BAj%252b%25C3%25A9p%25C3%25ADt%25C3%25A9s%25C5%25B1%252bikerh%25C3%25A1z

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

  1. admin/
  2. [name='index']
  3. testing [name='my_view_name']
  4. error [name='Error Page']
  5. simple_function
  6. generatepdf
  7. daily [name='daily data']
  8. weekly [name='weekly data']
  9. monthly [name='monthly data']
  10. yearly [name='yearly data']
  11. ^$ [name='api-root']
  12. ^\.(?P<format>[a-z0-9]+)/?$ [name='api-root']
  13. signin [name='signin']
  14. signup [name='signup']
  15. reset-password [name='reset-password']
  16. new-password [name='new-password']

The current path, hirek/%C3%BAj%2b%C3%A9p%C3%ADt%C3%A9s%C5%B1%2bikerh%C3%A1z, 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.