Page not found (404)

Request Method: GET
Request URL: http://jobs.crs4.it/manage/null

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

  1. ^$
  2. ^privacy$
  3. ^cod/(?P<cod_bando>.*)/?$
  4. ^perm/(?P<slug>.*)/?$
  5. ^show/(?P<cod_bando>.*)/?$
  6. ^robots\.txt$
  7. ^static/(?P<path>.*)$
  8. ^scripts/(?P<path>.*)$
  9. ^styles/(?P<path>.*)$
  10. ^css/(?P<path>.*)$
  11. ^images/(?P<path>.*)$
  12. ^img/(?P<path>.*)$
  13. ^crs4-theme/(?P<path>.*)$
  14. ^accounts/login/$
  15. ^accounts/logout/$
  16. ^accounts/profile/+$
  17. ^tag/(?P<tag>.*)/?$
  18. ^notes/(?P<nID>.*)/?$
  19. ^manage/(?P<pID>\d*)/?$ [name='manage']
  20. ^delete/(?P<cID>\d*)/?$ [name='delete']
  21. ^documenti/(?P<pID>\d*)/?$
  22. ^documenti/bando/(?P<bID>\d*)/?$
  23. ^get_files/(?P<bando>\d*)/?$
  24. ^get_files/doc/(?P<fID>.*)/?$
  25. ^manage_contatti/(?P<cID>\d*)/?$
  26. ^manage_contatti/cancella/(?P<cID>\d*)/?$
  27. ^lista_bandi/?$
  28. ^lista_avvisi/?$ [name='lista_avvisi']
  29. ^call_list/?$ [name='call_list']
  30. ^lista_posizioni/?$
  31. ^lista_documenti/bando/(?P<pID>\d*)/?$
  32. ^help/(?P<page>.*)/?$
  33. ^manage_tipologie_bandi/(?P<cID>\d*)/?$
  34. ^manage_note/(?P<nID>\d*)/?$
  35. ^manage_note/bando/(?P<pID>\d*)/?$
  36. ^manage_testi/bando/(?P<pID>\d*)/?$
  37. ^manage_testi/bando/(?P<pID>\d*)/lingua/(?P<lID>\d*)/?$
  38. ^manage_testi/(?P<aID>\d*)/?$
  39. ^manage_testi/(?P<aID>\d*)/bando/(?P<codice>.*)/?$
  40. ^manage_testi_dev/(?P<aID>\d*)/bando/(?P<codice>.*)/?$
  41. ^opera/(?P<cod_op>.*)/(?P<cod_bando>.*)/?$
  42. contatti/bando/(?P<pID>\d*)/?$
  43. contatti/cancella/(?P<cID>\d*)/?$
  44. punteggi/bando/(?P<pID>\d*)/?$
  45. punteggi/edit/?$
  46. punteggi/testi/bando/(?P<pID>\d*)/edit/?$
  47. pubblica_punteggi/bando/(?P<pID>\d*)/tipo/(?P<tID>.*)/?$
  48. pubblica_testi_punteggi/bando/(?P<pID>\d*)/tipo/(?P<tID>.*)/?$
  49. candidati/bando/(?P<pID>\d*)/?$
  50. candidati/(?P<lID>\d*)/?$
  51. candidati/cancella/(?P<cID>\d*)/?$
  52. ^print_pdf_call/(?P<tID>.*)/?$ [name='print_pdf_call']
  53. ^print_pdf_pre_call/(?P<tID>.*)/?$ [name='print_pdf_preview_call']
  54. ^pubblicazioni_risultati/bando/(?P<codice>.*)/tipologia/(?P<tipo>.*)/(?P<formato>.*)/?$
  55. ^anteprima_pubblicazioni_risultati/bando/(?P<codice>.*)/tipologia/(?P<tipo>.*)/(?P<formato>.*)/?$
  56. ^i18n/
  57. ^lingua/
  58. ^change_lang/(?P<codice>.*)/next/(?P<url>.*)/?$
  59. send_chiusura_esiti/bando/(?P<codice>.*)/?$
  60. ^tag-suggestions/?$
  61. ^csv/summary?$
  62. ^json/
  63. ^mobilita/
  64. ^rss/$
  65. ^admin/
  66. ^grappelli/
  67. ^pippo\/(?P<path>.*)$

The current URL, manage/null, 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.