Page not found (404)

Request Method: GET
Request URL: http://www.brpfc.org/index.php/video-gallery

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

  1. admin/
  2. [name='Home']
  3. About [name='AboutUs']
  4. Contact [name='Contact']
  5. clear_session_variable [name='clear_session_variable']
  6. Login [name='Login']
  7. Logout [name='Logout']
  8. Registration [name='Registration']
  9. Photo [name='PhotoGallery']
  10. SpeceficGalleryPhotos/<str:pk> [name='SpeceficGalleryPhotos']
  11. SpeceficGalleryVideos/<str:pk> [name='SpeceficGalleryVideos']
  12. Video [name='VideoGallery']
  13. temp [name='temp']
  14. Race/
  15. Auction/
  16. BRPFC/Admin/
  17. BRPFC/Member/
  18. ^static/(?P<path>.*)$
  19. ^media/(?P<path>.*)$

The current path, index.php/video-gallery, 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.