Page not found (404)

Request Method: GET
Request URL: http://www.colourkinggroup.com/index.php/cms/gallery_details/96

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

  1. ^django-admin/
  2. ^admin/
  3. ^documents/
  4. ^search/$ [name='search']
  5. ^remote_toolbar/$ [name='remote_toolbar']
  6. ^api/customers/$ [name='customer_api']
  7. ^api/products/$ [name='product_api']
  8. ^api/services/$ [name='service_api']
  9. ^api/industries/$ [name='industry_api']
  10. ^api/solutions/$ [name='solutions_api']
  11. ^api/rotateview/$ [name='rotate_image_api']
  12. ^api/partial/$ [name='solutions_api']
  13. events/event-details/<title> [name='event_details']
  14. ^hyperEditor/
  15. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  16. rotateview/<int:product_id>/<str:file_name>/
  17. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  18. ^_util/login/$ [name='wagtailcore_login']
  19. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  20. ^static\/(?P<path>.*)$
  21. ^media\/(?P<path>.*)$

The current path, index.php/cms/gallery_details/96, 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.