Page not found (404)

Request Method: GET
Request URL: http://www.agatamelerska.com/magazyn-pani

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

  1. i18n/
  2. admin/
  3. accounts/login/ [name='login']
  4. [name='main']
  5. index/ [name='index']
  6. projects/<int:project_id>/ [name='project_detail']
  7. prasa/ [name='prasa']
  8. o_pracowni/ [name='o_pracowni']
  9. kontakt/ [name='kontakt']
  10. press_detail/<int:magazine_id>/ [name='press_details']
  11. ^media/(?P<path>.*)$

The current path, magazyn-pani, 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.