Page not found (404)

No lab member found matching the query
Request Method: GET
Request URL: http://plewczynski-lab.org/people/collaborators/
Raised by: people.views.MemberView

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

  1. __debug__/
  2. admin/filebrowser/
  3. grappelli/
  4. admin/
  5. [name='index']
  6. publications/
  7. people/ [name='people']
  8. people/ principal-investigator/ [name='principal-investigator']
  9. people/ <slug:slug>/ [name='member-detail']

The current path, people/collaborators/, matched the last one.

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.