Page not found (404)

Request Method: GET
Request URL: https://www.markytics.com/account/settings

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. work/ [name='works']
  5. contact/ [name='contact']
  6. demo-email/ [name='demo-email']
  7. contact-email/ [name='contact-email']
  8. terms_conditions/ [name='terms_conditions']
  9. privacy/ [name='privacy']
  10. refund_policy/ [name='refund_policy']
  11. culture/ [name='culture']
  12. sitemap/ [name='sitemap']
  13. careers/
  14. employees/
  15. insights/
  16. webhook [name='webhook']
  17. ^media/(?P<path>.*)$

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