Page not found (404)

Request Method: GET
Request URL: https://calculator.liveperformance.com.au/virgin_baggage_deal

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

  1. ^ ^$ [name='home']
  2. ^ ^force_500/$ [name='force_500']
  3. ^ ^404/$ [name='debug_404']
  4. ^ ^500/$ [name='debug_500']
  5. ^ ^registration_success/$ [name='registration-success']
  6. ^ ^email/
  7. ^ ^registration/$ [name='registration']
  8. ^ ^terms_and_conditions/$ [name='terms_and_conditions']
  9. ^ ^privacy_policy/$ [name='privacy_policy']
  10. ^ ^vccadmin/$ [name='vccadmin-home']
  11. ^ ^vccadmin/export/organisations/csv/$ [name='vccadmin-export-organisations-csv']
  12. ^ ^vccadmin/export/venues/csv/$ [name='vccadmin-export-venues-csv']
  13. ^ ^vccadmin/export/energy_reports/csv/$ [name='vccadmin-export-energy_reports-csv']
  14. ^ ^vccadmin/export/action_plan_responses/csv/$ [name='vccadmin-export-action_plan_responses-csv']
  15. ^admin/
  16. ^venues/
  17. ^organisations/
  18. ^login/$ [name='login']
  19. ^logout/$ [name='logout']
  20. ^reset_password/$ [name='reset-password']
  21. ^reset_password/confirm/(?P<uidb36>[0-9A-Za-z]{1,13})-(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='reset-password-confirm']
  22. ^reset_password/done/$ [name='reset-password-done']
  23. ^reset_password/complete/$ [name='reset-password-complete']
  24. ^media/(?P<path>.*)$

The current URL, virgin_baggage_deal, 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.