Page not found (404)

Request Method: GET
Request URL: https://insaneathlete.com/personal-training

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

  1. ^ ^$ [name='index']
  2. ^ ^test2$ [name='test2']
  3. ^ ^test2/schedule$ [name='schedule']
  4. ^ ^contact$ [name='contact']
  5. ^ ^thanks [name='thanks']
  6. ^admin/

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