Page not found (404)

Request Method: GET
Request URL: https://eventinfo.pl/problemy-finansowe.php

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

  1. admin/
  2. accounts/
  3. [name='home']
  4. wspolpraca/ [name='coop']
  5. dziekujemy/ [name='thanks-contact']
  6. form/contact-form/ [name='contact-form']
  7. update-cities/ [name='update_cities']
  8. rejestracja/ [name='register']
  9. login/ [name='login']
  10. logout/ [name='logout-page']
  11. profile/<int:pk>/ [name='profile']
  12. activate/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/ [name='activate']
  13. activation-success/
  14. activation-error/
  15. thanks-registration/ [name='thanks-registrations']
  16. profil/<int:pk>/ [name='profil']
  17. profil/<int:pk>/archiwum [name='profil-archiwum']
  18. profil/<int:pk>/update [name='profil-update']
  19. preferencje-update/ [name='preferencje']
  20. api/login/ [name='token_obtain_pair']
  21. api/login/refresh/ [name='token_refresh']
  22. api/register/ [name='register-api']
  23. events/ [name='event_list']
  24. events/<str:slug>/ [name='event_detail']
  25. event/archiwum/ [name='archiwum']
  26. register-email/ [name='register-email']
  27. about/<str:slug>/ [name='about-page']
  28. organizator/ [name='organizator']
  29. wystawca/ [name='wystawca']
  30. uczestnik/ [name='uczestnik']
  31. dokumenty/
  32. baton/
  33. ^static/(?P<path>.*)$
  34. ^media/(?P<path>.*)$

The current path, problemy-finansowe.php, 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.