Page not found at / https:/www.facebook.com/NCDCgov/posts/351474703684170


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

  1. admin/

  2. ^$
    [name=”report”]

  3. ^report/$
    [name=”report”]

  4. ^state/$
    [name=”state”]

  5. ^globals/$
    [name=”globals”]

  6. ^faq/$
    [name=”faq”]

  7. ^nitpfaq/$
    [name=”nitpfaq”]

  8. ^vaccinefaq/$
    [name=”vaccinefaq”]

  9. ^validation/$
    [name=”validation”]

  10. ^check/$
    [name=”check”]

  11. ^check/check_uuid/$
    [name=”check_uuid”]

  12. ^advisory/$
    [name=”advisory”]

  13. ^validation/generate/$
    [name=”generate”]

  14. ^validation/verify/$
    [name=”verify”]

  15. ^validation/fetch/$
    [name=”fetch”]

  16. ^contact/$
    [name=”contact”]

  17. ^validation/ensure/$
    [name=”ensure”]

  18. ^guideline/$
    [name=”guideline”]

  19. ^resource/$
    [name=”resource”]

  20. ^progression/$
    [name=”progression”]

  21. ^gis/$
    [name=”gis”]

  22. ^report_definition/$
    [name=”report_definition”]

  23. ^gism/$
    [name=”gism”]

  24. ^archive/$
    [name=”archive”]

  25. ^laboratory/$
    [name=”laboratory”]

  26. ^privatelabs/$
    [name=”privatelabs”]

  27. ^corporatelabs/$
    [name=”corporatelabs”]

  28. ^samplesites/$
    [name=”samplesites”]

  29. ^state_progress/$
    [name=”state_progress”]

  30. ^progression/state_progress/$
    [name=”state_progress”]

  31. ^state/state_confirmed/
    [name=”state_confirmed”]

  32. ^state/national_confirmed/
    [name=”national_confirmed”]

  33. ^report/state_confirmed/
    [name=”state_confirmed”]

  34. ^report/national_confirmed/
    [name=”national_confirmed”]

  35. ^i18n/

  36. covid/

  37. ^media/(?P<path>.*)$

The current path, https:/www.facebook.com/NCDCgov/posts/351474703684170, 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.



Source link