Page not found (404)

Request Method: GET
Request URL: http://toptonic.org/integration.html

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

  1. api/vote
  2. api/login
  3. api/send_contact
  4. api/classement
  5. api/send_request
  6. api/reset_votes
  7. api/upload-list
  8. api/cover-list
  9. api/cover-delete
  10. api/cover-upload
  11. admin
  12. admin/edit
  13. admin/rank
  14. admin/logout
  15. integrer
  16. diffuser
  17. radios
  18. contact
  19. classement2.php
  20. js/classement.js
  21. ^media/(?P<path>.*)$

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