Page not found (404)

Request Method: GET
Request URL: http://app.sifhic.com/projects/24/index.html

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

  1. __debug__/
  2. api/
  3. login/ [name='login']
  4. signup/ [name='signup']
  5. logout/ [name='logout']
  6. profile [name='settings']
  7. password_reset/ [name='password_reset']
  8. password_reset/done/ [name='password_reset_done']
  9. activate/<uidb64>/<token>/ [name='activate']
  10. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  11. reset/done/ [name='password_reset_complete']
  12. account_activation_sent/ [name='account_activation_sent']
  13. [name='dashboard']
  14. traefik/<int:status_code> [name='traefik']
  15. explore [name='explore']
  16. search [name='search']
  17. search-suggestions [name='search-suggestions']
  18. projects/ [name='list']
  19. projects/ new [name='create']
  20. projects/ import [name='import']
  21. projects/ <int:project_pk>/ [name='details']
  22. projects/ <int:project_pk>/ edit [name='edit']
  23. projects/ <int:project_pk>/ delete [name='delete']
  24. projects/ <int:project_pk>/ build [name='build']
  25. projects/ <int:project_pk>/ add-module [name='add-module']
  26. projects/ <int:project_pk>/ fork [name='fork']
  27. projects/ <int:project_pk>/ modules/
  28. projects/ <int:project_pk>/ services/
  29. projects/ <int:project_pk>/ plans/
  30. modules/
  31. features/
  32. snippets/
  33. plan/
  34. crm/
  35. git/
  36. ssh/
  37. supervisors/
  38. dockerbox/
  39. admin/
  40. ^static/(?P<path>.*)$
  41. ^media/(?P<path>.*)$

The current path, projects/24/index.html, 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.