Page not found (404)

Request Method: GET
Request URL: http://apsat.mpasol.it/ais/admin/data/sites/7229/

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

  1. ^js/models/?$ [name='flexport_js_models']
  2. ^js/attributes/(?P<id_extract>\d*)/(?P<follow>.*)/?$ [name='flexport_js_attributes']
  3. ^js/related_models/(?P<id_extract>\d*)/?$ [name='flexport_js_related_models']
  4. ^extract/(?P<id_extract>\d*)/?$ [name='flexport_create_extraction']
  5. .*password_change/$
  6. .*profile_change/$
  7. ^password_change/done/$
  8. .*script_login/$
  9. .*simple_login/$
  10. ^info/$
  11. ^error/$
  12. .*login/$
  13. .*logout/$
  14. .*login.js/$
  15. .*login-ext.html/$
  16. .*login_status/$
  17. .*script_login/$
  18. .*test_requests/$
  19. .*test_data/$
  20. .*pg_permissions/$
  21. .*permissions/$
  22. /perminfo/$
  23. /permfix/$
  24. ^filter/
  25. ^at/
  26. ^wxs/
  27. ^feature/
  28. ^layer/
  29. ^admin/imported/
  30. ^lrs/
  31. ^stats/
  32. ^chart/
  33. ^print/
  34. ^ext/
  35. ^gps/
  36. ^admin/
  37. ^jsi18n/$
  38. ^utils/mf.js$
  39. ^admin/get_biblio/(?P<site>\d+)/$
  40. ^export/(?P<app_label>.*)/(?P<model_name>.*)/(?P<format>.*)/$ [name='export']
  41. ^autocomplete_biblio/
  42. ^rapporti_stratigrafici/
  43. ^js/subset/land
  44. ^js/subset/infra
  45. ^js/dati/(?P<model_name>.*)
  46. ^js/albero
  47. ^test_paths
  48. ^version
  49. ^webgis/
  50. ^$
  51. ^contatti/?$
  52. ^description/?$
  53. ^apsat/?$
  54. ^alpinet/?$
  55. ^home/?$
  56. ^scheda_carto/(?P<model_name>.*)/(?P<pk>\d+)/$ [name='scheda_carto']
  57. ^schede_carto/(?P<epsg>.*)/(?P<lat>.*)/(?P<lon>.*)/(?P<dist>.*)/$ [name='schede_carto']
  58. ^jsi18n/$
  59. ^i18n/

The current URL, ais/admin/data/sites/7229/, 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.