Page not found (404)

Request Method: GET
Request URL: http://167.71.98.235/ayam-jago/

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

  1. admin/
  2. home [name='home']
  3. overview [name='overview']
  4. success/ [name='success']
  5. overview/<PumpName>
  6. production/ [name='overview']
  7. production/<PumpName> [name='view']
  8. production/add/<PumpName> [name='add']
  9. production/update/<pk> [name='update']
  10. production/remove/<pk> [name='remove']
  11. success/ [name='success']
  12. production/new/ [name='new']
  13. wells/ [name='overview']
  14. wells/update/<pk> [name='update']
  15. wells/remove/<pk> [name='remove']
  16. success/ [name='success']
  17. devices/ [name='overview']
  18. devices/new/ [name='new']
  19. devices/update/<pk> [name='update']
  20. devices/remove/<pk> [name='remove']
  21. success/ [name='success']
  22. register/ [name='user-register']
  23. login/ [name='user-login']
  24. logout/ [name='user-logout']

The current path, ayam-jago/, 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.