Page not found (404)

Request Method: GET
Request URL: https://mector.es/index.html

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

  1. ^epanel/
  2. ^$ [name='get_home']
  3. ^mipanel/
  4. ^mipanel/paginas/
  5. ^mipanel/noticias/
  6. ^mipanel/sidebar/
  7. ^mipanel/traductor/
  8. ^mipanel/galerias/
  9. ^mipanel/config/sitemaps/
  10. sitemap.xml [name='get_sitemap_index']
  11. ^sitemaps/(?P<app>[-\/\w]+).xml$ [name='get_sitemap_slug']
  12. ^galeria/(?P<slug>[-\/\w]+)/$ [name='get_gallery']
  13. ^contactanos/$ [name='get_form_contact_us']
  14. ^noticia/(?P<slug>[-\/\w]+)/$ [name='get_noticia']
  15. ^noticias/$ [name='get_news_all']
  16. ^(?P<slug>[-\/\w]+)/$ [name='get_pagina']
  17. ^media\/(?P<path>.*)$

The current URL, index.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.