Page not found (404)

Request Method: GET
Request URL: https://tokyo-night.com/performance.html

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

  1. admin/
  2. manager/
  3. [name='shops_index']
  4. webapp/bar [name='bar_index']
  5. webapp/members [name='members_index']
  6. webapp/member/<str:shop_id>/ [name='member_index']
  7. webapp/shop/detail/<int:pk>/ [name='shops_detail']
  8. webapp/member/detail/<int:pk>/ [name='member_detail']
  9. webapp/member/detail2/<int:pk>/ [name='member_detail2']
  10. webapp/kuppon [name='check_kuppon']
  11. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  12. girlsbar/
  13. bar/
  14. ^media/(?P<path>.*)$

The current path, performance.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.