Page not found (404)

Request Method: GET
Request URL: http://alara.azurewebsites.net/2017/03/15/install-integration-services-on-kali-linux-hyper-v-and-how-to-change-the-screen-resolution-ceos3c/

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

  1. admin/
  2. a/<str:alarm_id>
  3. api/alarm/<str:alarm_id>/fetch
  4. api/alarm/create
  5. api/alarm/report
  6. api/alarm/update_status
  7. api/alarm/change_type
  8. api/alarm/<str:alarm_id>/visited
  9. api/alarm/<str:alarm_id>/confirmation

The current path, 2017/03/15/install-integration-services-on-kali-linux-hyper-v-and-how-to-change-the-screen-resolution-ceos3c/, 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.