Page not found (404)

Request Method: GET
Request URL: http://feyton.co.rw/privacy/privacy-policy.html

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

  1. admin/
  2. [name='home']
  3. terms/ [name='terms']
  4. privacy/ [name='privacy']
  5. about/ [name='about']
  6. work/ [name='work']
  7. dashboard/ [name='dashboard']
  8. blog/
  9. ckeditor
  10. accounts/
  11. users/
  12. hitcount/
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

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