Page not found (404)

Request Method: GET
Request URL: https://santutxubaibatzokia.com/author/admin/

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

  1. ^admin/
  2. ^ ^$ [name='home']
  3. ^ ^froala_editor
  4. ^ ^cookies$ [name='cookie_explanation']
  5. ^ ^legal [name='legal']
  6. ^ ^menus/$ [name='menus']
  7. ^ ^menus/(?P<slug>[-\w]*)-(?P<id>[-\w]*)$ [name='menu_detail']
  8. ^ ^menus/categoria/(?P<category_slug>[-\w]*)-(?P<id>[-\w]*)$ [name='menus_category']
  9. ^ ^(?P<filename>(robots.txt)|(humans.txt))$ [name='home_files']
  10. ^ ^static\/(?P<path>.*)$
  11. ^ ^static\/(?P<path>.*)$
  12. ^ ^media\/(?P<path>.*)$
  13. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']

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