Page not found (404)

“/home/grrlbrf2peux/public_html/ambikatravels/404.shtml” does not exist
Request Method: GET
Request URL: http://ambikatravels.net/404.shtml
Raised by: django.views.static.serve

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

  1. __debug__/
  2. select2/
  3. admin/balancesheet-autocomplete/ [name='balancesheet-autocomplete']
  4. admin/account-autocomplete/ [name='account-autocomplete']
  5. admin/register-autocomplete/ [name='register-autocomplete']
  6. admin/content-autocomplete/ [name='content-autocomplete']
  7. admin/debtor-autocomplete/ [name='debtor-autocomplete']
  8. admin/creditor-autocomplete/ [name='creditor-autocomplete']
  9. admin/other-autocomplete/ [name='other-autocomplete']
  10. admin/fetch_order_amount/ [name='fetch_order_amount']
  11. admin/fetch_account_details/ [name='fetch_account_details']
  12. admin/fetch_other_account_details/ [name='fetch_other_account_details']
  13. admin/fetch_ytsk_details/ [name='fetch_ytsk_details']
  14. admin/fetch_creditor_details/ [name='fetch_creditor_details']
  15. admin/fetch_flight_details/ [name='fetch_flight_details']
  16. admin/fetch_supplier_details/ [name='fetch_supplier_details']
  17. admin/fetch_creditor_pg_details/ [name='fetch_creditor_pg_details']
  18. admin/fetch_flight_supplier_details/ [name='fetch_flight_supplier_details']
  19. admin/fetch_flight_full_details/ [name='fetch_flight_full_details']
  20. admin/print/ [name='PrintView']
  21. admin/dashboard/ [name='DashboardView']
  22. admin/
  23. resets/
  24. register/ [name='guest-register']
  25. login/ [name='guest-login']
  26. ^(?P<path>.*)$

The current path, 404.shtml, matched the last one.

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.