Page not found (404)

Request Method: GET
Request URL: http://localhost:8001/activity/

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

  1. [name='index']
  2. activities/
  3. auth/
  4. contests/
  5. documents/
  6. error/
  7. members/
  8. notifications/
  9. organizations/
  10. yupp/
  11. sapp/
  12. api/
  13. swagger/
  14. admin/

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