Page not found (404)

Request Method: GET
Request URL: http://abewu.pl/pl/aktor/meyer

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

  1. ^$ [name='main']
  2. ^kontakt$ [name='kontakt']
  3. ^o-nas$ [name='o-nas']
  4. ^mlodzi$ [name='mlodzi']
  5. ^aktorzy$ [name='aktorzy']
  6. ^aktorki$ [name='aktorki']
  7. ^aktor/(?P<slug>[-\w]+)$ [name='aktor']
  8. ^admin/
  9. ^tinymce/
  10. ^media\/(?P<path>.*)$
  11. ^static\/(?P<path>.*)$
  12. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']

The current path, pl/aktor/meyer, 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.