Page not found (404)

Request Method: GET
Request URL: https://www.parentskills2go.org/child_form

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

  1. admin/
  2. accounts/
  3. accounts/
  4. tinymce/
  5. [name='home']
  6. contact-us/ [name='contact_us']
  7. set-cookie-preference/ [name='set_cookie_preference']
  8. ^media/(?P<path>.*)$
  9. mis_app/
  10. crm/
  11. finance/
  12. reporting/
  13. ^media/(?P<path>.*)$

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