Page not found (404)

Request Method: GET
Request URL: http://sdwoori.com/index1_1.html

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

  1. wmg_admin/
  2. [name='home_kr']
  3. about [name='about_kr']
  4. services [name='services_kr']
  5. services_cont [name='services_cont_kr']
  6. prevention [name='prevention_kr']
  7. clinic [name='clinic_kr']
  8. insurance [name='insurance']
  9. WHM1 [name='WHM1']
  10. WHM2 [name='WHM2']
  11. primary_services [name='placeholder']
  12. ^cms/
  13. ^documents/
  14. ^wagtail/
  15. ^en/
  16. ^ch/

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