Page not found (404)

Request Method: GET
Request URL: http://www.gracebaptistchariton.com/terms-of-use/

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

  1. download/
  2. about/ [name='about']
  3. contact/ [name='contact']
  4. giving/ [name='online giving']
  5. thankyou/ [name='successfull giving']
  6. resources/ [name='resources']
  7. ^$ [name='index']
  8. ^static/(?P<path>.*)$
  9. ^static/(?P<path>.*)$

The current path, terms-of-use/, 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.