Page not found (404)

Request Method: GET
Request URL: https://jobsgroup.org/author/jobsgroup/

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

  1. [name='index']
  2. about [name='about']
  3. search [name='search']
  4. jobs-by-location/<str:where> [name='jobs-by-location']
  5. our-policy [name='our-policy']
  6. companies [name='companies']
  7. companies/<str:slug> [name='companies']
  8. companies/<int:id>/<str:slug> [name='companies']
  9. search-company [name='search-company']
  10. contact-us [name='contact-us']
  11. search_industry [name='search_industry']
  12. search_city [name='search_city']
  13. search_cmp_type [name='search_cmp_type']
  14. search_emp_type [name='search_emp_type']
  15. ads.txt [name='ads.txt']
  16. jobs/
  17. user/
  18. scholarships/
  19. admin/
  20. users/
  21. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  22. ^media\/(?P<path>.*)$

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