Page not found (404)

Request Method: GET
Request URL: http://www.bioinformagic.io/pricing/

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

  1. admin/
  2. [name='home']
  3. about [name='about']
  4. events [name='events']
  5. services [name='services']
  6. pricing [name='pricing']
  7. training [name='training']
  8. contact [name='contact']
  9. tools [name='tools']
  10. active_tools [name='active_tools']
  11. login/ [name='login']
  12. logout/ [name='logout']
  13. register/ [name='users-register']
  14. password-reset/ [name='password_reset']
  15. password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  16. password-reset-complete/ [name='password_reset_complete']
  17. password-change/ [name='password_change']

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