Page not found (404)

Request Method: GET
Request URL: https://air.ug/~jquinn/

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

  1. admin/
  2. [name='index']
  3. projects/ [name='projects']
  4. project/<int:pk>/details [name='project']
  5. projects-completed/ [name='projects-completed']
  6. team/ [name='team']
  7. profile/ [name='profile']
  8. library/ [name='library']
  9. seminar/ [name='seminar']
  10. internship/ [name='internship']
  11. datasets_agric/ [name='datasets_agric']
  12. datasets_health/ [name='datasets_health']
  13. datasets/ [name='datasets']
  14. microscopy_dataset/ [name='microscopy_dataset']
  15. dataset-details/<int:pk>/ [name='dataset-details']
  16. microscopy/ [name='microscopy']
  17. ^static/(?P<path>.*)$
  18. ^media/(?P<path>.*)$
  19. ^static/(?P<path>.*)$
  20. ^media/(?P<path>.*)$

The current path, ~jquinn/, 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.