Page not found (404)

Request Method: GET
Request URL: https://apps.bioviz.org/connect.html

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

  1. admin/
  2. accounts/
  3. [name='default-page']
  4. apps/
  5. search [name='search']
  6. download/
  7. submit_app/
  8. users/
  9. help/
  10. backend/
  11. obr/
  12. community_fav/<int:page>/
  13. installapp/(.+) [name='install-app']
  14. ^static\/(?P<path>.*)$

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