Page not found (404)

No Author matches the given query.
Request Method: GET
Request URL: https://skilfulseo.com/author/8/derrick-c-dalton/
Raised by: website.views.author

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

  1. admin/
  2. [name='home']
  3. sitemap.xml [name='sitemap']
  4. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  5. feed/ [name='latest_posts_feed']
  6. post/<int:id>/<slug:slug>/ [name='post']
  7. sys-page/<int:id>/<slug:slug>/ [name='page']
  8. category/<int:id>/<slug:slug>/ [name='cat']
  9. category/<int:id>/<slug:slug>/page/<int:page_number>/ [name='cat']
  10. tag/<int:id>/<slug:slug>/ [name='tag']
  11. tag/<int:id>/<slug:slug>/page/<int:page_number>/ [name='tag']
  12. author/<int:id>/<slug:slug>/ [name='author']

The current path, author/8/derrick-c-dalton/, matched the last one.

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.