Page not found (404)

Request Method: GET
Request URL: https://www.fono.hu/www.youtube.com/watch?v=xdqmqv4annM

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

  1. django-admin/
  2. admin/custom/gallery/<int:gallery_id>/selectimages/ [name='admin-custom-gallery-select-images']
  3. admin/
  4. documents/
  5. i18n/<slug:lan>/<int:pageid>/ [name='change-page-language']
  6. i18n/<slug:lan>/ [name='change-language']
  7. ajax/calendar/line/ [name='ajax-calendar-line']
  8. ajax/cart/status/ [name='ajax-cart-status']
  9. ajax/cart/view/ [name='ajax-cart-view']
  10. ajax/cart/product/add/ [name='ajax-cart-add-product']
  11. ajax/cart/line/delete/ [name='ajax-cart-delete-line']
  12. ajax/cart/line/quantity/ [name='ajax-cart-update-quantity']
  13. ajax/cart/addtest/ [name='ajax-cart-add-test']
  14. ajax/cart/region/ [name='ajax-cart-country-region']
  15. ajax/cart/payment-and-shipping/ [name='ajax-cart-payment-and-shipping']
  16. paypal/callback/<str:code>/ [name='payment-paypal-callback']
  17. barion/callback/<str:code>/ [name='payment-barion-callback']
  18. barion/callback/<str:code> [name='payment-barion-callback-alternative']
  19. ^static/(?P<path>.*)$
  20. ^media/(?P<path>.*)$
  21. hu/

The current path, www.youtube.com/watch, 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.