Page not found (404)

Request Method: GET
Request URL: https://spite.ca/alter_ego_sports/index.html

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

  1. admin/
  2. [name='home']
  3. identify_duplicate_products/ [name='identify_duplicate_products']
  4. identify_new_products/ [name='identify_new_products']
  5. identify_case_qty_mismatches/ [name='identify_case_qty_mismatches']
  6. identify_new_prices/ [name='identify_new_prices']
  7. identify_old_products/ [name='identify_old_products']
  8. identify_msrp_differences/ [name='identify_msrp_differences']
  9. identify_product_to_relabel/ [name='identify_product_to_relabel']
  10. update_products/ [name='update_products']
  11. update_without_case_qty_mismatches/ [name='update_without_case_qty_mismatches']
  12. update_prices_only/ [name='update_prices_only']
  13. useful_tips/ [name='useful_tips']

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