Page not found (404)

Request Method: GET
Request URL: https://openbudget.kz/data/republican

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

  1. admin/
  2. news/
  3. data/ [name='data_all_view_url']
  4. data/ <int:tag>/ [name='data_all_view_tag_url']
  5. [name='indexview_url']
  6. budget/ [name='budget_view_url']
  7. class/ [name='class_view_url']
  8. about/ [name='about_view_url']

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