Page not found (404)

Request Method: GET
Request URL: https://gsoa.net/new_member_info/
Raised by: django.views.static.serve

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

  1. admin/
  2. web_control/
  3. download/
  4. accounts/
  5. [name='home']
  6. meta/ [name='meta']
  7. join/ [name='join']
  8. games/
  9. schools/
  10. referees/
  11. assign/
  12. manager/
  13. training/
  14. notify/
  15. poll/
  16. reset_password/ [name='reset_password']
  17. reset_password_sent/ [name='password_reset_done']
  18. reset/<uidb64>/<token> [name='password_reset_confirm']
  19. reset_password_complete/ [name='password_reset_complete']
  20. ^(?P<path>.*)$

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