Page not found (404)

Request Method: GET
Request URL: https://joelent.myopip.com/app-store.html

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

  1. admin/
  2. appointments/
  3. clinic/
  4. net/
  5. patient/
  6. api/
  7. tv/
  8. doctors/
  9. ipm/
  10. apply [name='applyclinic']
  11. add/doctor [name='docsignup']
  12. [name='welcomepage']
  13. accounts/login/
  14. accounts/logout/
  15. password_reset/ [name='password_reset']
  16. session_security/

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