Page not found (404)

Request Method: GET
Request URL: https://www.11tune.com/how-it-works/

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

  1. admin/
  2. [name='home']
  3. our-works/ [name='our-works']
  4. our-partners/ [name='our-partners']
  5. KOL/ [name='kol']
  6. contactus/
  7. ckeditor/
  8. i18n/
  9. error404 [name='error404']
  10. error500 [name='error500']
  11. language-setting/
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

The current path, how-it-works/, 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.