Page not found (404)

Request Method: GET
Request URL: http://www.podit.it/enhancing-the-quality-of-judicial-training-by-upgrading-eu-law-and-on-line-trainings-cro-eulaw-hr-14-ib-jh-03/

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

  1. ^grappelli/
  2. ^admin/password_reset/$ [name='admin_password_reset']
  3. ^admin/password_reset/done/$ [name='password_reset_done']
  4. ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password_reset_confirm']
  5. ^reset/done/$ [name='password_reset_complete']
  6. ^profiles/
  7. ^admin/
  8. ^accounts/
  9. ^register/$ [name='registration_register']
  10. ^$

The current URL, enhancing-the-quality-of-judicial-training-by-upgrading-eu-law-and-on-line-trainings-cro-eulaw-hr-14-ib-jh-03/, 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.