Page not found (404)

Request Method: GET
Request URL: https://www.pen-print.com/f5-design

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

  1. admin/
  2. [name='main_page']
  3. about/ [name='about_page']
  4. our-services/sub-main-page/ [name='sub-main-page']
  5. our-services/branding/ [name='branding_page']
  6. contact/ [name='contact_page']
  7. blogs/ [name='blog_page']
  8. blogs/article/<int:article_id>/ [name='article_page']
  9. pro/ [name='propage']
  10. sub_promotion_page/ [name='sub_promotion']
  11. promotions/ [name='promotions_page']
  12. promotions/<int:promotion_id>/ [name='promotion_type']
  13. promotions/type-categories/<int:type_id> [name='type_categories']
  14. promotions/category_images/<int:category_id> [name='category_images']
  15. our_services/ [name='our_services_page']
  16. service_page/<int:service_id>/ [name='services_page']
  17. service_page/category_page/<int:category_id>/ [name='service_category_page']
  18. service_page/category/work/<int:work_id>/ [name='service_work_photos_page']
  19. control-panel/
  20. ^media/(?P<path>.*)$
  21. ^static/(?P<path>.*)$

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