Page not found (404)

Request Method: GET
Request URL: https://openbudget.kz/analytics

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

  1. admin/
  2. news/
  3. data/
  4. [name='indexview_url']
  5. budget/ [name='budget_view_url']
  6. class/ [name='class_view_url']
  7. about/ [name='about_view_url']

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