Page not found (404)

Request Method: GET
Request URL: http://home.integpg.com:8080/slaving

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

  1. [name='index']
  2. admin/
  3. jniors/
  4. accounts/
  5. counts [name='counts']
  6. production [name='production']
  7. assembly_status [name='assembly_status']
  8. increment_status_for_id/<int:assembly_id> [name='increment_status_for_id']
  9. update_next_assembly_to_status/<int:status_id> [name='update_next_assembly_to_status']

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