Page not found (404)

Request Method: GET
Request URL: http://lyricsyoutube.com/2022/06/lyrics-of-morgan-wallen-me-on-whiskey.html

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

  1. admin/
  2. [name='index']
  3. lirics/ [name='lirics']
  4. lirics/<int:song_id>/ [name='lirics']
  5. biography/<int:author_id>/ [name='biography']
  6. authors/<str:letter>/ [name='authors-by-letter']
  7. search/ [name='search_results']
  8. robots.txt
  9. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  10. ^authors_photos/(?P<path>.*)$
  11. robots.txt

The current path, 2022/06/lyrics-of-morgan-wallen-me-on-whiskey.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.