Page not found (404)

Request Method: GET
Request URL: https://nymbol.co/case-studies/

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

  1. ^$
  2. ^admin/doc/
  3. ^admin/
  4. ^admin/rq/
  5. ^mapping/
  6. ^geo/
  7. ^notifications/
  8. ^grids/
  9. ^static\/(?P<path>.*)$
  10. ^media/(.*)$
  11. ^ privacy/ [name='privacy']
  12. ^ ^reset/$ [name='forgot_password']
  13. ^ ^reset/(?P<guid>[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})/$ [name='reset_password']
  14. ^ ^profile/$ [name='profile']
  15. ^ ^login/$ [name='login']
  16. ^ ^logout/$ [name='logout']
  17. ^ ^crop\.png$ [name='crop_image']
  18. ^ ^keyframe\.png$ [name='get_keyframe']
  19. ^ ^upload/ [name='fileupload']
  20. ^ ^manage/
  21. ^ ^submit/
  22. ^ ^i/
  23. ^ ^api/
  24. ^ ^api/inbox/$ [name='inbox_item_list']
  25. ^ ^api/inbox/(?P<pk>\d+)(\.[a-z0-9]+)$ [name='inbox_item_thumbnail']
  26. ^ api/ingest/ [name='api_ingest']

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