Page not found (404)

Request Method: GET
Request URL: https://bpgl.pl/infusions/event_calendar_panel/event_calendar.php?yy=2016&mm=12&dd=13

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

  1. ^galeria/
  2. ^summernote/
  3. ^admin/
  4. ^$ [name='list']
  5. ^wpisy/$
  6. ^ms29890005.txt
  7. ^create/$
  8. ^(?P<slug>[\w-]+)/$ [name='detail']
  9. ^(?P<slug>[\w-]+)/edit/$ [name='update']
  10. ^(?P<slug>[\w-]+)/delete/$
  11. ^static\/(?P<path>.*)$
  12. ^media\/(?P<path>.*)$

The current URL, infusions/event_calendar_panel/event_calendar.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.