Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8009/parcheggio.php

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

  1. admin/
  2. [name='index']
  3. movie/ [name='movie']
  4. prezzi/ [name='prezzi']
  5. programmazione/ [name='programmazione']
  6. cinema/ [name='cinema']
  7. iniziative/ [name='iniziative']
  8. rassegne/ [name='rassegne']
  9. webtic/ [name='webtic']
  10. fetchcrea/ [name='fetchcrea']
  11. loginpage/ [name='loginpage']
  12. signup/ [name='signup']
  13. logoutuser/ [name='logoutuser']
  14. profilo/ [name='profilo']
  15. mail/ [name='mail']
  16. termini/ [name='termini']
  17. lavoraconoi/ [name='lavoraconoi']
  18. export/ [name='export']
  19. exportDb/ [name='exportDb']
  20. addNewsletter/ [name='addnewsletter']
  21. delNewsletter/ [name='delnewsletter']
  22. privacy_policy/ [name='privacy_policy']
  23. reset_password/ [name='reset_password']
  24. reset_password_sent/ [name='password_reset_done']
  25. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  26. reset_password_complete/ [name='password_reset_complete']
  27. utility/get_eventi_prog/ [name='get_eventi_prog']
  28. clever-login/ [name='login_clever']
  29. api/
  30. sitemap.xml
  31. ^cv/(?P<path>.*)$

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