Page not found (404)

Request Method: GET
Request URL: https://aviationpictures.pl/en/index.php

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

  1. ^admin/corecms/
  2. ^admin/
  3. ^en/ ^portfolio/
  4. ^en/ ^ ^$ [name='website.index']
  5. ^en/ ^ ^kontakt/$ [name='website.contact']
  6. ^en/ ^ ^(?:publikacje|publications)/$ [name='website.publications']
  7. ^en/ ^ ^robots\.txt$
  8. ^en/ ^ ^tagi/(?P<tag>[\w-]+)/$ [name='corecms.tags.result']
  9. ^en/ ^ ^(?P<hierarchy>[\-\/\w]+)/$ [name='content.detail']
  10. ^media/(?P<path>.*)$
  11. ^400/$
  12. ^403/$
  13. ^404/$
  14. ^500/$

The current path, en/index.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.