Page not found (404)

Request Method: GET
Request URL: https://twelvevest.com/faq/

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

  1. admin/
  2. [name='index']
  3. contact/ [name='contact']
  4. blog/ [name='blog']
  5. blog-page/ [name='blog_page']
  6. blog/<slug>/ [name='blog-detail']
  7. privacypolicy/ [name='privacypolicy']
  8. EULA/ [name='eula']
  9. termsandconditions/ [name='termsandconditions']
  10. subscribe/ [name='subscribe_user']
  11. pop-up-download [name='pop_up_download']
  12. financial-networth/
  13. ckeditor/
  14. ^media/(?P<path>.*)$
  15. ^static/(?P<path>.*)$

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