Page not found (404)

Request Method: GET
Request URL: https://pks-car.fi/vaihtoautot/index.html

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

  1. admin/
  2. [name='home']
  3. yritys/ [name='yhteystiedot']
  4. pikahuolto/ [name='pikahuolto']
  5. vaihtoautot/ [name='vaihtoautot']
  6. rahoitus/ [name='rahoitus']
  7. ostamme_autoja/ [name='ostamme']
  8. vuokraauto/ [name='vuokramme']
  9. automme/<autoid> [name='automme']
  10. car_json/
  11. merkki_malli/
  12. graphql
  13. kiitos/
  14. ^static/(?P<path>.*)$

The current path, vaihtoautot/index.html, 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.