Page not found (404)

Request Method: GET
Request URL: https://www.veneautocars.net/farmers15243encounter.html

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

  1. admin/
  2. [name='home']
  3. about [name='about']
  4. contact [name='contact']
  5. finance [name='finance']
  6. news [name='news']
  7. <int:id> [name='news_detail']
  8. finance_complete [name='finance_complete']
  9. trade_complete [name='trade_complete']
  10. trade_in [name='trade_in']
  11. vindecoder [name='vindecoder']
  12. terms [name='terms']
  13. inventory/
  14. dashboard/
  15. csvs/
  16. ^media/(?P<path>.*)$

The current path, farmers15243encounter.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.