Page not found (404)

Request Method: GET
Request URL: https://www.myvolvo.pl/feeds/3367471487388360048/comments/default

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

  1. admin/
  2. [name='glowna']
  3. samochody/ [name='samochody']
  4. samochody/<vin>/ [name='samochod']
  5. login/ [name='login_user']
  6. logout/ [name='logout_user']
  7. register/ [name='register']
  8. activate-user/<uid_b64>/<token> [name='aktywacja']
  9. regulamin/ [name='regulamin']
  10. polityka-prywatnosci/ [name='polityka-prywatnosci']
  11. oferta/ [name='oferta']
  12. kalkulator/ [name='kalkulator']
  13. status/ [name='status']
  14. myvolvo/ [name='myvolvo']
  15. aktualnosci/ [name='aktualnosci']
  16. password-reset/ [name='password_reset']
  17. password-reset/done/ [name='password_reset_done']
  18. password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  19. password-reset-complete/ [name='password_reset_complete']

The current path, feeds/3367471487388360048/comments/default, 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.