Page not found (404)

Request Method: GET
Request URL: https://stratit.co.za/wandisco/

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

  1. [name='home']
  2. success [name='success']
  3. event-success [name='event-success']
  4. contactr [name='contactr']
  5. eventr [name='eventr']
  6. about [name='about']
  7. it-products [name='it-products']
  8. security-products [name='security-products']
  9. case-studies [name='case-studies']
  10. media-desk [name='media-desk']
  11. contact-us [name='contact-us']
  12. digi-event [name='event']
  13. event-invitation [name='event-invitation']
  14. privacy-policy [name='privacy-policy']
  15. maptest [name='maptest']
  16. products [name='products']

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