Page not found (404)

Request Method: GET
Request URL: https://evitpl.com/404.shtml

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

  1. admin/
  2. [name='landing']
  3. coming-soon/ [name='coming_soon']
  4. charging-station/ [name='home']
  5. careers/ [name='careers']
  6. thankyou/ [name='thankyou']
  7. terms/ [name='terms']
  8. products/
  9. about/
  10. franchise/
  11. blog/
  12. news/
  13. contact/
  14. ckeditor/
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$

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