Page not found (404)

Request Method: GET
Request URL: https://ringsu.com/Other/gf/show/lcd3023.html

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

  1. admin/
  2. [name='home']
  3. genre/<str:slug> [name='genre']
  4. movie/<int:id>/<str:slug>/ [name='movie_details']
  5. search-movies [name='search_movies']
  6. accounts/login/ [name='register_and_login']
  7. register/ [name='register_view']
  8. login/ [name='login_view']
  9. dashboard/ [name='user_dashboard']
  10. logout/ [name='user_logout']
  11. download-app/ [name='download_app']
  12. checkout/ [name='checkout']
  13. contact-us/ [name='contact_us']
  14. terms-and-condtions/ [name='terms_and_conditions']
  15. payment-status/ [name='payment_status']
  16. order-status/ [name='order_status']
  17. api/create-payment-intent/<id>/ [name='create-payment-intent']
  18. ^media/(?P<path>.*)$

The current path, Other/gf/show/lcd3023.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.