Page not found (404)

Request Method: GET
Request URL: https://fcpl-signature-management.appspot.com/tos

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

  1. admin/
  2. home/ [name='home']
  3. [name='index']
  4. company/ [name='company']
  5. google11ca41088998571e.html [name='verify']
  6. template/ [name='template_list']
  7. template/create/ [name='create_template']
  8. template/<str:id>/edit/ [name='update_template']
  9. template/<str:id>/delete/ [name='delete_template']
  10. user/ [name='user']
  11. group/ [name='groups']
  12. edituser/<str:email>/edit/ [name='update_user']
  13. edituser/<str:email>/assigntemplate/ [name='assign_template']
  14. group/<str:group_id>/members/ [name='get_group_members']
  15. updategroupsignature/ [name='group_signature_queue']
  16. schedules/ [name='schedule']
  17. schedule/create/ [name='create_shedule']
  18. schedule/<str:id>/edit/ [name='update_shedule']
  19. schedule/<str:id>/delete/ [name='delete_shedule']
  20. templatecron/ [name='template_shedule_task']
  21. updateallsignatures/ [name='update_all_user_templates']
  22. logout/ [name='logout']
  23. oauth2callback/ [name='oauth2callback']
  24. campainreport/ [name='create_report']
  25. campainreport/addanalyticsid/ [name='add_analytics_id']
  26. campainreport/getanalyticsid/ [name='getanalyticsid']
  27. template/create/getanalyticsid/ [name='getanalyticsid']
  28. template/<str:id>/edit/getanalyticsid/ [name='edit_getanalyticsid']
  29. template/create/ajaxrequest/ [name='ajax_request']
  30. test/ [name='test']
  31. index_normal_user/ [name='index_normal_user']
  32. template_list_normal_user/ [name='template_list_normal_user']
  33. template_update_normal_user/<str:id>/edit/ [name='template_update_normal_user']

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