Page not found (404)

Request Method: GET
Request URL: https://www.armada.kg/service/5/14/

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

  1. jet/
  2. admin/
  3. templates/
  4. [name='index_url']
  5. about-us/ [name='about_us_url']
  6. category/<int:pk>/ [name='category_url']
  7. service/<int:pk>/ [name='service_url']
  8. project-list/<int:category_id>/ [name='project_list']
  9. project/<int:pk>/ [name='project']
  10. price-page/ [name='price_page']
  11. manufacture/ [name='manufacture']
  12. feedback-form-ajax/ [name='feedback_form_ajax']
  13. calculate_cost/ [name='calculate_cost']
  14. ^static\/(?P<path>.*)$
  15. ^media\/(?P<path>.*)$

The current path, service/5/14/, 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.