Page not found (404)

Request Method: GET
Request URL: http://glagol.ai/docs/index.html

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

  1. admin/
  2. / [name='main']
  3. [name='main']
  4. en [name='en']
  5. index.html [name='index']
  6. en/index.html [name='index.en']
  7. index.html/ [name='index']
  8. en/index.html/ [name='index.en']
  9. example [name='example']
  10. contacts [name='contacts']
  11. tarif [name='tarif']
  12. ajax_form_handler [name='study']
  13. agreement [name='agreement']
  14. confidential [name='confidential']
  15. game_of_life [name='game_of_life']
  16. test_page [name='test_page']
  17. profiler [name='profiler']
  18. landing_page_1 [name='landing_page_1']
  19. dobro [name='dobro']
  20. new_design [name='new_design']
  21. message_page [name='message']
  22. unscribe.+
  23. submit.+
  24. sitemap.xml/ [name='django.contrib.sitemaps.views.sitemap']
  25. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  26. robots.txt [name='robots.txt']
  27. send_mail [name='mail_page']
  28. blog/
  29. shop/
  30. docs/ api/ [name='api_home']
  31. docs/ api/<slug:slug> [name='api_detail']
  32. partners/
  33. ^media\/(?P<path>.*)$

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