Page not found (404)

Request Method: GET
Request URL: https://cfdtrte.pythonanywhere.com/frais/

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

  1. admin/
  2. [name='home']
  3. pim/
  4. cet/
  5. frais/ ^bareme/$ [name='frais']
  6. frais/ bareme/<str:an>/ [name='frais_an']
  7. frais/ update/ursaff/ [name='ursaff']
  8. frais/ update/ursaff/<str:item>/ [name='ursaff_item']
  9. frais/ delete/ursaff/<str:item>/ [name='ursaff_del_item']
  10. frais/ new/ursaff/ [name='ursaff_new_item']
  11. frais/ new/bareme/ [name='bareme_new_item']
  12. frais/ update/bareme/ [name='bareme_item']
  13. frais/ delete/bareme/<str:item> [name='bareme_del_item']
  14. indemnites/
  15. remuneration/
  16. diname/
  17. accounts/
  18. accounts/

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